public class DatabaseMetaDataTypeInfoTest extends MetaDataTestCase
Modifier and Type | Field and Description |
---|---|
private java.sql.ResultSet |
typeInfoRs |
Constructor and Description |
---|
DatabaseMetaDataTypeInfoTest(java.lang.String testName) |
Modifier and Type | Method and Description |
---|---|
private void |
checkOrder(java.util.List typeNames,
java.lang.String firstTypeName,
java.lang.String secondTypeName) |
private java.util.List |
getTypeNamesInOrder() |
static void |
main(java.lang.String[] args) |
void |
setUp() |
void |
tearDown() |
void |
testColumnNames() |
void |
testNvarcharNormalized() |
void |
testOrderedByDatatype()
Check types ordered by data type.
|
void |
testOrderedByTypeMapping()
Check that types with the same JDBC data type are ordered by closest
match to the standard JDBC type.
|
checkColumnNames
compareBytes, getLongString, getLongString, getType, getTypemap
compareInputStreams, compareReaders, connect, dropDatabase, dropFunction, dropProcedure, dropTable, dropTrigger, dropType, dropView, dump, dump, dumpAll, dumpKeys, dumpRow, dumpRow, getConnection, getConnection, makeObjects, makeTestTables
public DatabaseMetaDataTypeInfoTest(java.lang.String testName)
public static void main(java.lang.String[] args)
public void setUp() throws java.lang.Exception
public void tearDown() throws java.lang.Exception
public void testOrderedByDatatype() throws java.lang.Exception
java.lang.Exception
public void testOrderedByTypeMapping() throws java.lang.Exception
java.lang.Exception
public void testColumnNames() throws java.lang.Exception
java.lang.Exception
public void testNvarcharNormalized() throws java.lang.Exception
java.lang.Exception
private void checkOrder(java.util.List typeNames, java.lang.String firstTypeName, java.lang.String secondTypeName)
private java.util.List getTypeNamesInOrder() throws java.sql.SQLException
java.sql.SQLException
Generated on June 8 2013