Class SchemaUtils
- java.lang.Object
-
- de.bytefish.jsqlserverbulkinsert.util.SchemaUtils
-
public class SchemaUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description SchemaUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SchemaMetaDatagetSchemaMetaData(Connection connection, String schemaName, String tableName)static <TEntity> List<IColumnDefinition<TEntity>>getSortedColumnMappings(Connection connection, AbstractMapping<TEntity> mapping)static <TEntity> voidvalidateColumnMapping(Connection connection, AbstractMapping<TEntity> mapping)
-
-
-
Method Detail
-
getSchemaMetaData
public static SchemaMetaData getSchemaMetaData(Connection connection, String schemaName, String tableName) throws Exception
- Throws:
Exception
-
validateColumnMapping
public static <TEntity> void validateColumnMapping(Connection connection, AbstractMapping<TEntity> mapping)
-
getSortedColumnMappings
public static <TEntity> List<IColumnDefinition<TEntity>> getSortedColumnMappings(Connection connection, AbstractMapping<TEntity> mapping)
-
-