Skip navigation links
A B C E F G H I J M O P R S T U W 

A

AbstractDriverInstrumentation - Class in org.apache.skywalking.apm.plugin.jdbc.define
 
AbstractDriverInstrumentation() - Constructor for class org.apache.skywalking.apm.plugin.jdbc.define.AbstractDriverInstrumentation
 
AbstractURLParser - Class in org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser
 
AbstractURLParser(String) - Constructor for class org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.AbstractURLParser
 
addBatch() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
addBatch(String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
addBatch(String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
addBatch() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
addBatch(String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 
afterMethod(EnhancedInstance, Method, Object[], Class<?>[], Object) - Method in class org.apache.skywalking.apm.plugin.jdbc.ConnectionServiceMethodInterceptor
 
afterMethod(EnhancedInstance, Method, Object[], Class<?>[], Object) - Method in class org.apache.skywalking.apm.plugin.jdbc.JDBCDriverInterceptor
 
afterMethod(EnhancedInstance, Method, Object[], Class<?>[], Object) - Method in class org.apache.skywalking.apm.plugin.jdbc.JDBCPrepareCallInterceptor
 
afterMethod(EnhancedInstance, Method, Object[], Class<?>[], Object) - Method in class org.apache.skywalking.apm.plugin.jdbc.JDBCPrepareStatementInterceptor
 
afterMethod(EnhancedInstance, Method, Object[], Class<?>[], Object) - Method in class org.apache.skywalking.apm.plugin.jdbc.JDBCStatementInterceptor
 

B

beforeMethod(EnhancedInstance, Method, Object[], Class<?>[], MethodInterceptResult) - Method in class org.apache.skywalking.apm.plugin.jdbc.ConnectionServiceMethodInterceptor
 
beforeMethod(EnhancedInstance, Method, Object[], Class<?>[], MethodInterceptResult) - Method in class org.apache.skywalking.apm.plugin.jdbc.JDBCDriverInterceptor
 
beforeMethod(EnhancedInstance, Method, Object[], Class<?>[], MethodInterceptResult) - Method in class org.apache.skywalking.apm.plugin.jdbc.JDBCPrepareCallInterceptor
 
beforeMethod(EnhancedInstance, Method, Object[], Class<?>[], MethodInterceptResult) - Method in class org.apache.skywalking.apm.plugin.jdbc.JDBCPrepareStatementInterceptor
 
beforeMethod(EnhancedInstance, Method, Object[], Class<?>[], MethodInterceptResult) - Method in class org.apache.skywalking.apm.plugin.jdbc.JDBCStatementInterceptor
 

C

CallableStatementTracing - Class in org.apache.skywalking.apm.plugin.jdbc.trace
CallableStatementTracing create an exit span when the client call the method in the class that extend CallableStatement.
CallableStatementTracing() - Constructor for class org.apache.skywalking.apm.plugin.jdbc.trace.CallableStatementTracing
 
CallableStatementTracing.Executable<R> - Interface in org.apache.skywalking.apm.plugin.jdbc.trace
 
cancel() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
cancel() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
cancel() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 
clearBatch() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
clearBatch() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
clearBatch() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 
clearParameters() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
clearParameters() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
clearWarnings() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
clearWarnings() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
clearWarnings() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 
close() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
close() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
close() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 
CLOSE_METHOD_NAME - Static variable in class org.apache.skywalking.apm.plugin.jdbc.define.Constants
 
closeOnCompletion() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
closeOnCompletion() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
closeOnCompletion() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 
COMMIT_METHOD_NAME - Static variable in class org.apache.skywalking.apm.plugin.jdbc.define.Constants
 
ConnectionInfo - Class in org.apache.skywalking.apm.plugin.jdbc.trace
ConnectionInfo stored the jdbc connection info, the connection info contains db type, host, port, database name.
ConnectionInfo(OfficialComponent, String, String, int, String) - Constructor for class org.apache.skywalking.apm.plugin.jdbc.trace.ConnectionInfo
 
ConnectionInfo(OfficialComponent, String, String, String) - Constructor for class org.apache.skywalking.apm.plugin.jdbc.trace.ConnectionInfo
 
ConnectionServiceMethodInterceptor - Class in org.apache.skywalking.apm.plugin.jdbc
ConnectionServiceMethodInterceptor create an exit span when the following methods execute: 1.
ConnectionServiceMethodInterceptor() - Constructor for class org.apache.skywalking.apm.plugin.jdbc.ConnectionServiceMethodInterceptor
 
ConnectionURLParser - Interface in org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser
 
Constants - Class in org.apache.skywalking.apm.plugin.jdbc.define
 
Constants() - Constructor for class org.apache.skywalking.apm.plugin.jdbc.define.Constants
 
CREATE_STATEMENT_INTERCEPT_CLASS - Static variable in class org.apache.skywalking.apm.plugin.jdbc.define.Constants
 
CREATE_STATEMENT_METHOD_NAME - Static variable in class org.apache.skywalking.apm.plugin.jdbc.define.Constants
 

E

endIndex() - Method in class org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.URLLocation
 
exe(CallableStatement, String) - Method in interface org.apache.skywalking.apm.plugin.jdbc.trace.CallableStatementTracing.Executable
 
exe(PreparedStatement, String) - Method in interface org.apache.skywalking.apm.plugin.jdbc.trace.PreparedStatementTracing.Executable
 
exe(Statement, String) - Method in interface org.apache.skywalking.apm.plugin.jdbc.trace.StatementTracing.Executable
 
execute(CallableStatement, ConnectionInfo, String, String, CallableStatementTracing.Executable<R>) - Static method in class org.apache.skywalking.apm.plugin.jdbc.trace.CallableStatementTracing
 
execute(PreparedStatement, ConnectionInfo, String, String, PreparedStatementTracing.Executable<R>) - Static method in class org.apache.skywalking.apm.plugin.jdbc.trace.PreparedStatementTracing
 
execute(Statement, ConnectionInfo, String, String, StatementTracing.Executable<R>) - Static method in class org.apache.skywalking.apm.plugin.jdbc.trace.StatementTracing
 
execute() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
execute(String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
execute(String, int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
execute(String, int[]) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
execute(String, String[]) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
execute(String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
execute(String, int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
execute(String, int[]) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
execute(String, String[]) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
execute() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
execute(String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 
execute(String, int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 
execute(String, int[]) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 
execute(String, String[]) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 
executeBatch() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
executeBatch() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
executeBatch() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 
executeQuery() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
executeQuery(String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
executeQuery(String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
executeQuery() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
executeQuery(String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 
executeUpdate() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
executeUpdate(String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
executeUpdate(String, int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
executeUpdate(String, int[]) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
executeUpdate(String, String[]) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
executeUpdate(String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
executeUpdate(String, int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
executeUpdate(String, int[]) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
executeUpdate(String, String[]) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
executeUpdate() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
executeUpdate(String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 
executeUpdate(String, int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 
executeUpdate(String, int[]) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 
executeUpdate(String, String[]) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 

F

fetchDatabaseHostsFromURL() - Method in class org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.AbstractURLParser
Fetch database host(s) from connection url.
fetchDatabaseHostsIndexRange() - Method in class org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.AbstractURLParser
Fetch the index range that database host and port from connection url.
fetchDatabaseHostsIndexRange() - Method in class org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.H2URLParser
 
fetchDatabaseHostsIndexRange() - Method in class org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.MysqlURLParser
 
fetchDatabaseHostsIndexRange() - Method in class org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.OracleURLParser
 
fetchDatabaseHostsIndexRange() - Method in class org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.PostgreSQLURLParser
 
fetchDatabaseNameFromURL() - Method in class org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.AbstractURLParser
Fetch database name from connection url.
fetchDatabaseNameFromURL(int[]) - Method in class org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.AbstractURLParser
Fetch database name from connection url.
fetchDatabaseNameFromURL(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.MysqlURLParser
 
fetchDatabaseNameIndexRange() - Method in class org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.AbstractURLParser
Fetch the index range that database name from connection url.
fetchDatabaseNameIndexRange() - Method in class org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.H2URLParser
 
fetchDatabaseNameIndexRange(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.MysqlURLParser
 
fetchDatabaseNameIndexRange() - Method in class org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.MysqlURLParser
 
fetchDatabaseNameIndexRange() - Method in class org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.OracleURLParser
 
fetchDatabaseNameIndexRange() - Method in class org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.PostgreSQLURLParser
 

G

getArray(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getArray(String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getBigDecimal(int, int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
Deprecated.
getBigDecimal(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getBigDecimal(String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getBlob(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getBlob(String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getBoolean(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getBoolean(String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getByte(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getByte(String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getBytes(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getBytes(String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getCharacterStream(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getCharacterStream(String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getClob(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getClob(String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getComponent() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.ConnectionInfo
 
getConnection() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getConnection() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
getConnection() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 
getConnectionInfo() - Method in class org.apache.skywalking.apm.plugin.jdbc.define.StatementEnhanceInfos
 
getConstructorsInterceptPoints() - Method in class org.apache.skywalking.apm.plugin.jdbc.define.AbstractDriverInstrumentation
 
getDatabaseName() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.ConnectionInfo
 
getDatabasePeer() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.ConnectionInfo
 
getDate(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getDate(int, Calendar) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getDate(String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getDate(String, Calendar) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getDBType() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.ConnectionInfo
 
getDouble(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getDouble(String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getFetchDirection() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getFetchDirection() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
getFetchDirection() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 
getFetchSize() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getFetchSize() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
getFetchSize() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 
getFloat(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getFloat(String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getGeneratedKeys() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getGeneratedKeys() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
getGeneratedKeys() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 
getInstanceMethodsInterceptPoints() - Method in class org.apache.skywalking.apm.plugin.jdbc.define.AbstractDriverInstrumentation
 
getInt(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getInt(String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getLong(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getLong(String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getMaxFieldSize() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getMaxFieldSize() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
getMaxFieldSize() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 
getMaxRows() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getMaxRows() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
getMaxRows() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 
getMetaData() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getMetaData() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
getMoreResults() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getMoreResults(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getMoreResults() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
getMoreResults(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
getMoreResults() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 
getMoreResults(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 
getNCharacterStream(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getNCharacterStream(String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getNClob(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getNClob(String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getNString(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getNString(String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getObject(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getObject(int, Map<String, Class<?>>) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getObject(String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getObject(String, Map<String, Class<?>>) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getObject(int, Class<T>) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getObject(String, Class<T>) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getParameterMetaData() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getParameterMetaData() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
getQueryTimeout() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getQueryTimeout() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
getQueryTimeout() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 
getRef(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getRef(String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getResultSet() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getResultSet() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
getResultSet() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 
getResultSetConcurrency() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getResultSetConcurrency() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
getResultSetConcurrency() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 
getResultSetHoldability() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getResultSetHoldability() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
getResultSetHoldability() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 
getResultSetType() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getResultSetType() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
getResultSetType() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 
getRowId(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getRowId(String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getShort(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getShort(String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getSql() - Method in class org.apache.skywalking.apm.plugin.jdbc.define.StatementEnhanceInfos
 
getSQLXML(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getSQLXML(String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getStatementName() - Method in class org.apache.skywalking.apm.plugin.jdbc.define.StatementEnhanceInfos
 
getString(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getString(String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getTime(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getTime(int, Calendar) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getTime(String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getTime(String, Calendar) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getTimestamp(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getTimestamp(int, Calendar) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getTimestamp(String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getTimestamp(String, Calendar) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getUpdateCount() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getUpdateCount() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
getUpdateCount() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 
getURL(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getURL(String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getWarnings() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
getWarnings() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
getWarnings() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 

H

H2URLParser - Class in org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser
H2URLParser presents that skywalking how to parse the connection url of H2 database.
H2URLParser(String) - Constructor for class org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.H2URLParser
 
handleMethodException(EnhancedInstance, Method, Object[], Class<?>[], Throwable) - Method in class org.apache.skywalking.apm.plugin.jdbc.ConnectionServiceMethodInterceptor
 
handleMethodException(EnhancedInstance, Method, Object[], Class<?>[], Throwable) - Method in class org.apache.skywalking.apm.plugin.jdbc.JDBCDriverInterceptor
 
handleMethodException(EnhancedInstance, Method, Object[], Class<?>[], Throwable) - Method in class org.apache.skywalking.apm.plugin.jdbc.JDBCPrepareCallInterceptor
 
handleMethodException(EnhancedInstance, Method, Object[], Class<?>[], Throwable) - Method in class org.apache.skywalking.apm.plugin.jdbc.JDBCPrepareStatementInterceptor
 
handleMethodException(EnhancedInstance, Method, Object[], Class<?>[], Throwable) - Method in class org.apache.skywalking.apm.plugin.jdbc.JDBCStatementInterceptor
 

I

isClosed() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
isClosed() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
isClosed() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 
isCloseOnCompletion() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
isCloseOnCompletion() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
isCloseOnCompletion() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 
isPoolable() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
isPoolable() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
isPoolable() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 
isWrapperFor(Class<?>) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
isWrapperFor(Class<?>) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
isWrapperFor(Class<?>) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 

J

JDBCDriverInterceptor - Class in org.apache.skywalking.apm.plugin.jdbc
JDBCDriverInterceptor set ConnectionInfo to Connection object when Driver to create connection, instead of the Connection instance.
JDBCDriverInterceptor() - Constructor for class org.apache.skywalking.apm.plugin.jdbc.JDBCDriverInterceptor
 
JDBCPrepareCallInterceptor - Class in org.apache.skywalking.apm.plugin.jdbc
JDBCPrepareCallInterceptor return SWCallableStatement instance that wrapper the real CallStatement instance when the client call prepareCall method.
JDBCPrepareCallInterceptor() - Constructor for class org.apache.skywalking.apm.plugin.jdbc.JDBCPrepareCallInterceptor
 
JDBCPrepareStatementInterceptor - Class in org.apache.skywalking.apm.plugin.jdbc
JDBCPrepareStatementInterceptor return SWPreparedStatement instance that wrapper the real PreparedStatement instance when the client call prepareStatement method.
JDBCPrepareStatementInterceptor() - Constructor for class org.apache.skywalking.apm.plugin.jdbc.JDBCPrepareStatementInterceptor
 
JDBCStatementInterceptor - Class in org.apache.skywalking.apm.plugin.jdbc
JDBCStatementInterceptor return SWStatement instance that wrapper the real Statement instance when the client call createStatement method.
JDBCStatementInterceptor() - Constructor for class org.apache.skywalking.apm.plugin.jdbc.JDBCStatementInterceptor
 

M

MysqlURLParser - Class in org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser
MysqlURLParser parse connection url of mysql.
MysqlURLParser(String) - Constructor for class org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.MysqlURLParser
 

O

OracleURLParser - Class in org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser
OracleURLParser presents that how to parse oracle connection url.
OracleURLParser(String) - Constructor for class org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.OracleURLParser
 
org.apache.skywalking.apm.plugin.jdbc - package org.apache.skywalking.apm.plugin.jdbc
 
org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser - package org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser
 
org.apache.skywalking.apm.plugin.jdbc.define - package org.apache.skywalking.apm.plugin.jdbc.define
 
org.apache.skywalking.apm.plugin.jdbc.trace - package org.apache.skywalking.apm.plugin.jdbc.trace
 

P

parse() - Method in interface org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.ConnectionURLParser
ConnectionURLParser parses database name and the database host(s) from connection url.
parse() - Method in class org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.H2URLParser
 
parse() - Method in class org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.MysqlURLParser
 
parse() - Method in class org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.OracleURLParser
 
parse() - Method in class org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.PostgreSQLURLParser
 
parser(String) - Static method in class org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.URLParser
 
PostgreSQLURLParser - Class in org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser
PostgreSQLURLParser parse connection url of mysql.
PostgreSQLURLParser(String) - Constructor for class org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.PostgreSQLURLParser
 
PREPARE_CALL_INTERCEPT_CLASS - Static variable in class org.apache.skywalking.apm.plugin.jdbc.define.Constants
 
PREPARE_CALL_METHOD_NAME - Static variable in class org.apache.skywalking.apm.plugin.jdbc.define.Constants
 
PREPARE_STATEMENT_INTERCEPT_CLASS - Static variable in class org.apache.skywalking.apm.plugin.jdbc.define.Constants
 
PREPARE_STATEMENT_METHOD_NAME - Static variable in class org.apache.skywalking.apm.plugin.jdbc.define.Constants
 
PreparedStatementTracing - Class in org.apache.skywalking.apm.plugin.jdbc.trace
PreparedStatementTracing create an exit span when the client call the method in the class that extend PreparedStatement.
PreparedStatementTracing() - Constructor for class org.apache.skywalking.apm.plugin.jdbc.trace.PreparedStatementTracing
 
PreparedStatementTracing.Executable<R> - Interface in org.apache.skywalking.apm.plugin.jdbc.trace
 

R

registerOutParameter(int, int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
registerOutParameter(int, int, int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
registerOutParameter(int, int, String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
registerOutParameter(String, int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
registerOutParameter(String, int, int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
registerOutParameter(String, int, String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
RELEASE_SAVE_POINT_METHOD_NAME - Static variable in class org.apache.skywalking.apm.plugin.jdbc.define.Constants
 
ROLLBACK_METHOD_NAME - Static variable in class org.apache.skywalking.apm.plugin.jdbc.define.Constants
 

S

SERVICE_METHOD_INTERCEPT_CLASS - Static variable in class org.apache.skywalking.apm.plugin.jdbc.define.Constants
 
SERVICE_NAME_FLAG - Static variable in class org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.OracleURLParser
 
setArray(int, Array) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setArray(int, Array) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setAsciiStream(int, InputStream, int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setAsciiStream(int, InputStream, long) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setAsciiStream(int, InputStream) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setAsciiStream(String, InputStream, int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setAsciiStream(String, InputStream, long) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setAsciiStream(String, InputStream) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setAsciiStream(int, InputStream, int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setAsciiStream(int, InputStream, long) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setAsciiStream(int, InputStream) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setBigDecimal(int, BigDecimal) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setBigDecimal(String, BigDecimal) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setBigDecimal(int, BigDecimal) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setBinaryStream(int, InputStream, int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setBinaryStream(int, InputStream, long) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setBinaryStream(int, InputStream) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setBinaryStream(String, InputStream, int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setBinaryStream(String, InputStream, long) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setBinaryStream(String, InputStream) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setBinaryStream(int, InputStream, int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setBinaryStream(int, InputStream, long) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setBinaryStream(int, InputStream) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setBlob(int, Blob) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setBlob(int, InputStream, long) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setBlob(int, InputStream) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setBlob(String, InputStream, long) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setBlob(String, Blob) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setBlob(String, InputStream) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setBlob(int, Blob) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setBlob(int, InputStream, long) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setBlob(int, InputStream) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setBoolean(int, boolean) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setBoolean(String, boolean) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setBoolean(int, boolean) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setByte(int, byte) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setByte(String, byte) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setByte(int, byte) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setBytes(int, byte[]) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setBytes(String, byte[]) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setBytes(int, byte[]) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setCharacterStream(int, Reader, int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setCharacterStream(int, Reader, long) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setCharacterStream(int, Reader) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setCharacterStream(String, Reader, int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setCharacterStream(String, Reader, long) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setCharacterStream(String, Reader) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setCharacterStream(int, Reader, int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setCharacterStream(int, Reader, long) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setCharacterStream(int, Reader) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setClob(int, Clob) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setClob(int, Reader, long) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setClob(int, Reader) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setClob(String, Reader, long) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setClob(String, Clob) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setClob(String, Reader) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setClob(int, Clob) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setClob(int, Reader, long) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setClob(int, Reader) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setCursorName(String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setCursorName(String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setCursorName(String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 
setDatabaseName(String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.ConnectionInfo
 
setDate(int, Date) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setDate(int, Date, Calendar) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setDate(String, Date) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setDate(String, Date, Calendar) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setDate(int, Date) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setDate(int, Date, Calendar) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setDouble(int, double) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setDouble(String, double) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setDouble(int, double) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setEscapeProcessing(boolean) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setEscapeProcessing(boolean) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setEscapeProcessing(boolean) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 
setFetchDirection(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setFetchDirection(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setFetchDirection(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 
setFetchSize(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setFetchSize(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setFetchSize(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 
setFloat(int, float) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setFloat(String, float) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setFloat(int, float) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setInt(int, int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setInt(String, int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setInt(int, int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setLong(int, long) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setLong(String, long) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setLong(int, long) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setMaxFieldSize(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setMaxFieldSize(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setMaxFieldSize(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 
setMaxRows(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setMaxRows(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setMaxRows(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 
setNCharacterStream(int, Reader, long) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setNCharacterStream(int, Reader) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setNCharacterStream(String, Reader, long) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setNCharacterStream(String, Reader) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setNCharacterStream(int, Reader, long) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setNCharacterStream(int, Reader) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setNClob(int, NClob) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setNClob(int, Reader, long) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setNClob(int, Reader) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setNClob(String, NClob) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setNClob(String, Reader, long) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setNClob(String, Reader) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setNClob(int, NClob) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setNClob(int, Reader, long) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setNClob(int, Reader) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setNString(int, String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setNString(String, String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setNString(int, String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setNull(int, int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setNull(int, int, String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setNull(String, int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setNull(String, int, String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setNull(int, int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setNull(int, int, String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setObject(int, Object, int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setObject(int, Object) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setObject(int, Object, int, int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setObject(String, Object, int, int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setObject(String, Object, int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setObject(String, Object) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setObject(int, Object, int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setObject(int, Object) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setObject(int, Object, int, int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setPoolable(boolean) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setPoolable(boolean) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setPoolable(boolean) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 
setQueryTimeout(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setQueryTimeout(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setQueryTimeout(int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 
setRef(int, Ref) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setRef(int, Ref) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setRowId(int, RowId) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setRowId(String, RowId) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setRowId(int, RowId) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setShort(int, short) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setShort(String, short) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setShort(int, short) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setSQLXML(int, SQLXML) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setSQLXML(String, SQLXML) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setSQLXML(int, SQLXML) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setString(int, String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setString(String, String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setString(int, String) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setTime(int, Time) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setTime(int, Time, Calendar) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setTime(String, Time) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setTime(String, Time, Calendar) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setTime(int, Time) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setTime(int, Time, Calendar) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setTimestamp(int, Timestamp) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setTimestamp(String, Timestamp) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setTimestamp(String, Timestamp, Calendar) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setTimestamp(int, Timestamp) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
setUnicodeStream(int, InputStream, int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
Deprecated.
setUnicodeStream(int, InputStream, int) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
Deprecated.
setURL(int, URL) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setURL(String, URL) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
setURL(int, URL) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
startIndex() - Method in class org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.URLLocation
 
StatementEnhanceInfos - Class in org.apache.skywalking.apm.plugin.jdbc.define
StatementEnhanceInfos contain the ConnectionInfo and sql for trace mysql.
StatementEnhanceInfos(ConnectionInfo, String, String) - Constructor for class org.apache.skywalking.apm.plugin.jdbc.define.StatementEnhanceInfos
 
StatementTracing - Class in org.apache.skywalking.apm.plugin.jdbc.trace
PreparedStatementTracing create an exit span when the client call the method in the class that extend Statement.
StatementTracing() - Constructor for class org.apache.skywalking.apm.plugin.jdbc.trace.StatementTracing
 
StatementTracing.Executable<R> - Interface in org.apache.skywalking.apm.plugin.jdbc.trace
 
SWCallableStatement - Class in org.apache.skywalking.apm.plugin.jdbc.trace
SWCallableStatement wrapper the CallableStatement created by client.
SWCallableStatement(Connection, CallableStatement, ConnectionInfo, String) - Constructor for class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
SWPreparedStatement - Class in org.apache.skywalking.apm.plugin.jdbc.trace
SWPreparedStatement wrapper the PreparedStatement created by client.
SWPreparedStatement(Connection, PreparedStatement, ConnectionInfo, String) - Constructor for class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
SWStatement - Class in org.apache.skywalking.apm.plugin.jdbc.trace
SWStatement wrapper the Statement created by client.
SWStatement(Connection, Statement, ConnectionInfo) - Constructor for class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 

T

TNSNAME_URL_FLAG - Static variable in class org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.OracleURLParser
 

U

unwrap(Class<T>) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
unwrap(Class<T>) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWPreparedStatement
 
unwrap(Class<T>) - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWStatement
 
url - Variable in class org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.AbstractURLParser
 
URLLocation - Class in org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser
 
URLLocation(int, int) - Constructor for class org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.URLLocation
 
URLParser - Class in org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser
URLParser.parser(String) support parse the connection url, such as Mysql, Oracle, H2 Database.
URLParser() - Constructor for class org.apache.skywalking.apm.plugin.jdbc.connectionurl.parser.URLParser
 

W

wasNull() - Method in class org.apache.skywalking.apm.plugin.jdbc.trace.SWCallableStatement
 
A B C E F G H I J M O P R S T U W 
Skip navigation links

Copyright © 2018 The Apache Software Foundation. All rights reserved.