|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--junit.framework.Assert | +--junit.framework.TestCase | +--net.sourceforge.jtds.test.TestBase | +--net.sourceforge.jtds.test.DatabaseTestCase | +--net.sourceforge.jtds.test.Tds8Test
Test case to illustrate use of TDS 8 support
Fields inherited from class net.sourceforge.jtds.test.DatabaseTestCase |
typemap |
Fields inherited from class net.sourceforge.jtds.test.TestBase |
con, CONNECTION_PROPERTIES, props |
Fields inherited from class junit.framework.TestCase |
fName |
Constructor Summary | |
Tds8Test(java.lang.String name)
|
Method Summary | |
static void |
main(java.lang.String[] args)
|
static junit.framework.Test |
suite()
|
void |
testBigInt1()
|
void |
testBigInt2()
Test BIGINT data type. |
void |
testColumnCollations()
Test column collations. |
void |
testMetaData()
|
void |
testNullBoolean()
Test for bug [1042272] jTDS doesn't allow null value into Boolean. |
void |
testSqlVariant()
|
void |
testUserFn()
|
Methods inherited from class net.sourceforge.jtds.test.DatabaseTestCase |
compareBytes, dropFunction, dropProcedure, dropProcedure, dropTable, getLongString, getLongString, getType, getTypemap |
Methods inherited from class net.sourceforge.jtds.test.TestBase |
compareInputStreams, compareReaders, connect, disconnect, dump, dumpRow, getConnection, initLanguage, loadProperties, makeObjects, makeTestTables, setUp, showWarnings, tearDown |
Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString |
Methods inherited from class junit.framework.Assert |
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public Tds8Test(java.lang.String name)
Method Detail |
public static junit.framework.Test suite()
public void testBigInt1() throws java.lang.Exception
public void testBigInt2() throws java.lang.Exception
public void testSqlVariant() throws java.lang.Exception
public void testUserFn() throws java.lang.Exception
public void testMetaData() throws java.lang.Exception
public void testNullBoolean() throws java.lang.Exception
public void testColumnCollations() throws java.lang.Exception
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |