public class CallableStatementTest extends BaseTestCase
BaseTestCase.MockConnectionConfigurationconn, dbClass, dbName, dbUrl, isOpenSSL, mainConnectionUrl, pstmt, rs, serverVersion, stmt, timeZoneFreeDbUrl| Constructor and Description |
|---|
CallableStatementTest() |
| Modifier and Type | Method and Description |
|---|---|
private void |
executeBatchedStoredProc(java.sql.Connection c) |
void |
testBatch() |
void |
testClosedWrapper() |
void |
testInOutParams()
Tests functioning of inout parameters
|
void |
testOutParams()
Tests functioning of output parameters.
|
void |
testOutParamsNoBodies() |
void |
testParameterParser()
Tests the new parameter parser that doesn't require "BEGIN" or "\n" at
end of parameter declaration
|
void |
testResultSet()
Tests functioning of output parameters.
|
void |
testSPCache()
Tests parsing of stored procedures
|
void |
testSPNoParams()
Tests parsing/execution of stored procedures with no parameters...
|
void |
testSPParse()
Tests parsing of stored procedures
|
appendRequiredProperties, assertByteArrayEquals, assertConnectionsHistory, assertEqualsFSAware, assertNonSecureConnection, assertResultSetLength, assertResultSetsEqual, assertSecureConnection, assertSecureConnection, assertSessionStatusEquals, assertThrows, assertThrows, assertThrows, assertThrows, cleanupTempFiles, createDatabase, createDatabase, createFunction, createFunction, createProcedure, createProcedure, createSchemaObject, createSchemaObject, createTable, createTable, createTable, createTable, createUser, createUser, createView, createView, currentTimeMillis, dropDatabase, dropDatabase, dropFunction, dropFunction, dropProcedure, dropProcedure, dropSchemaObject, dropSchemaObject, dropTable, dropTable, dropUser, dropUser, dropView, dropView, fillPrimitiveDefaults, getConnectionWithProps, getConnectionWithProps, getConnectionWithProps, getConnectionWithProps, getEncodedHostFromTestsuiteUrl, getEncodedHostPortPairFromTestsuiteUrl, getFailoverConnection, getFailoverConnection, getHostFreePropertiesFromTestsuiteUrl, getHostFreePropertiesFromTestsuiteUrl, getHostFromTestsuiteUrl, getInstanceNumber, getLoadBalancedConnection, getLoadBalancedConnection, getLoadBalancedConnection, getMysqlVariable, getMysqlVariable, getNewConnection, getNoDbUrl, getPort, getPortFreeHostname, getPortFromTestsuiteUrl, getPropertiesFromTestsuiteUrl, getPropertiesFromUrl, getRowCount, getSingleIndexedValueWithQuery, getSingleIndexedValueWithQuery, getSingleValue, getSingleValueWithQuery, getSourceReplicaReplicationConnection, getSourceReplicaReplicationConnection, getSourceReplicaUrl, getSourceReplicaUrl, getUnreliableFailoverConnection, getUnreliableFailoverConnection, getUnreliableLoadBalancedConnection, getUnreliableLoadBalancedConnection, getUnreliableMultiHostConnection, getUnreliableReplicationConnection, getUnreliableReplicationConnection, getUnreliableReplicationConnection, isClassAvailable, isCommunityEdition, isEnterpriseEdition, isMysqlRunningLocally, isRunningOnJRockit, isServerRunningOnWindows, isSysPropDefined, logDebug, newTempBinaryFile, randomString, removeHostRelatedProps, removeSqlMode, runLongTests, setUpBase, supportsLoadLocalInfile, supportsTestCachingSha2PasswordKeys, supportsTestCertificates, supportsTestSha256PasswordKeys, supportsTimeZoneNames, supportsTLSv1_2, tearDownBase, versionMeetsMinimum, versionMeetsMinimum@Test
public void testInOutParams()
throws java.lang.Exception
java.lang.Exception@Test
public void testBatch()
throws java.lang.Exception
java.lang.Exceptionprivate void executeBatchedStoredProc(java.sql.Connection c)
throws java.lang.Exception
java.lang.Exception@Test
public void testOutParams()
throws java.lang.Exception
java.lang.Exception@Test
public void testResultSet()
throws java.lang.Exception
java.lang.Exception@Test
public void testSPParse()
throws java.lang.Exception
java.lang.Exception@Test
public void testSPNoParams()
throws java.lang.Exception
java.lang.Exception@Test
public void testSPCache()
throws java.lang.Exception
java.lang.Exception@Test
public void testOutParamsNoBodies()
throws java.lang.Exception
java.lang.Exception@Test
public void testParameterParser()
throws java.lang.Exception
java.lang.Exception@Test
public void testClosedWrapper()
throws java.lang.Exception
java.lang.Exception