public static void
createTable(Connection aConnection, String aTableName,
Vector aColumnDatas, boolean aDropBeforeDelete);
Creates new table in the database. The name of table depends on file from which will be the data loaded.
- aConnection
- aTableName
- aColumnDatas
- aDropBeforeDelete