public class concateTests
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String[] |
concatenatedSQLTypesNames |
| Constructor and Description |
|---|
concateTests() |
| Modifier and Type | Method and Description |
|---|---|
private static void |
dumpSomeMetaDataInfo(java.sql.ResultSet s,
java.lang.String expectedTypeName) |
private static void |
dumpSQLExceptions(java.sql.SQLException se) |
static void |
main(java.lang.String[] argv) |
static void |
testCharConcatenation(java.sql.Connection conn) |
static void |
testCharForBitDataConcatenation(java.sql.Connection conn) |
private static void |
verifyByteData(java.sql.ResultSet rs,
byte[] expectedValue) |
private static void |
verifyStringData(java.sql.ResultSet rs,
java.lang.String expectedValue) |
public static void main(java.lang.String[] argv)
throws java.lang.Throwable
java.lang.Throwablepublic static void testCharConcatenation(java.sql.Connection conn)
throws java.lang.Throwable
java.lang.Throwablepublic static void testCharForBitDataConcatenation(java.sql.Connection conn)
throws java.lang.Throwable
java.lang.Throwableprivate static void verifyStringData(java.sql.ResultSet rs,
java.lang.String expectedValue)
throws java.sql.SQLException
java.sql.SQLExceptionprivate static void verifyByteData(java.sql.ResultSet rs,
byte[] expectedValue)
throws java.sql.SQLException
java.sql.SQLExceptionprivate static void dumpSomeMetaDataInfo(java.sql.ResultSet s,
java.lang.String expectedTypeName)
throws java.sql.SQLException
java.sql.SQLExceptionprivate static void dumpSQLExceptions(java.sql.SQLException se)
Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.