A C D E G I J L M N O P R S T U W

A

acceptsURL(String) - Method in class org.apache.derby.jdbc.ClientDriver
 
acceptsURL(String) - Method in class org.apache.derby.jdbc.EmbeddedDriver
Accept anything that starts with jdbc:derby:.
addQuotes(String) - Static method in class org.apache.derby.tools.dblook
 
addSingleQuotes(String) - Static method in class org.apache.derby.tools.dblook
 
authenticateUser(String, String, String, Properties) - Method in interface org.apache.derby.authentication.UserAuthenticator
Authenticate a user's credentials.

C

CLEAR_TEXT_PASSWORD_SECURITY - Static variable in class org.apache.derby.jdbc.ClientBaseDataSource
 
CLIENT - Static variable in class org.apache.derby.tools.sysinfo
The genus name for the client code.
ClientBaseDataSource - class org.apache.derby.jdbc.ClientBaseDataSource.
Base class for client-side DataSource implementations.
ClientConnectionPoolDataSource - class org.apache.derby.jdbc.ClientConnectionPoolDataSource.
ClientConnectionPoolDataSource is a factory for PooledConnection objects.
ClientConnectionPoolDataSource() - Constructor for class org.apache.derby.jdbc.ClientConnectionPoolDataSource
 
ClientDataSource - class org.apache.derby.jdbc.ClientDataSource.
ClientDataSource is a simple data source implementation that can be used for establishing connections in a non-pooling, non-distributed environment.
ClientDataSource() - Constructor for class org.apache.derby.jdbc.ClientDataSource
Creates a simple DERBY data source with default property values for a non-pooling, non-distributed environment.
ClientDriver - class org.apache.derby.jdbc.ClientDriver.
 
ClientDriver() - Constructor for class org.apache.derby.jdbc.ClientDriver
 
ClientXADataSource - class org.apache.derby.jdbc.ClientXADataSource.
This is Derby's network XADataSource for use with JDBC3.0 and JDBC2.0.
ClientXADataSource() - Constructor for class org.apache.derby.jdbc.ClientXADataSource
 
className__ - Static variable in class org.apache.derby.jdbc.ClientConnectionPoolDataSource
 
className__ - Static variable in class org.apache.derby.jdbc.ClientDataSource
 
className__ - Static variable in class org.apache.derby.jdbc.ClientXADataSource
 
computeDncLogWriter(Connection, PrintWriter, String, String, boolean, String, int, int) - Static method in class org.apache.derby.jdbc.ClientBaseDataSource
 
connect(String, Properties) - Method in class org.apache.derby.jdbc.ClientDriver
 
connect(String, Properties) - Method in class org.apache.derby.jdbc.EmbeddedDriver
Connect to the URL if possible
connectionAttributes - Variable in class org.apache.derby.jdbc.ClientBaseDataSource
 
createPooledConnection(String, String, boolean) - Method in class org.apache.derby.jdbc.EmbeddedConnectionPoolDataSource
Create and return an EmbedPooledConnection from this instance of EmbeddedConnectionPoolDataSource.
createXAConnection(ResourceAdapter, String, String, boolean) - Method in class org.apache.derby.jdbc.EmbeddedXADataSource
Intantiate and return an EmbedXAConnection from this instance of EmbeddedXADataSource.

D

DBMS - Static variable in class org.apache.derby.tools.sysinfo
The genus name for the Apache Derby code.
DEFAULT_PORTNUMBER - Static variable in class org.apache.derby.drda.NetworkServerControl
 
dblook - class org.apache.derby.tools.dblook.
 
dblook(String[]) - Constructor for class org.apache.derby.tools.dblook
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.derby.drda.NetServlet
Get the form of NetServlet.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.derby.drda.NetServlet
Get the form of NetServlet.

E

ENCRYPTED_PASSWORD_SECURITY - Static variable in class org.apache.derby.jdbc.ClientBaseDataSource
 
ENCRYPTED_USER_AND_PASSWORD_SECURITY - Static variable in class org.apache.derby.jdbc.ClientBaseDataSource
 
EmbeddedConnectionPoolDataSource - class org.apache.derby.jdbc.EmbeddedConnectionPoolDataSource.
EmbeddedConnectionPoolDataSource is Derby's ConnectionPoolDataSource implementation for the JDBC3.0 environment.
EmbeddedConnectionPoolDataSource() - Constructor for class org.apache.derby.jdbc.EmbeddedConnectionPoolDataSource
No-arg constructor.
EmbeddedDataSource - class org.apache.derby.jdbc.EmbeddedDataSource.
EmbeddedDataSource is Derby's DataSource implementation for JDBC3.0.
EmbeddedDataSource() - Constructor for class org.apache.derby.jdbc.EmbeddedDataSource
No-arg constructor.
EmbeddedDriver - class org.apache.derby.jdbc.EmbeddedDriver.
The embedded JDBC driver (Type 4) for Derby.
EmbeddedDriver() - Constructor for class org.apache.derby.jdbc.EmbeddedDriver
 
EmbeddedSimpleDataSource - class org.apache.derby.jdbc.EmbeddedSimpleDataSource.
EmbeddedSimpleDataSource is Derby's DataSource implementation for J2ME/CDC/Foundation.
EmbeddedSimpleDataSource() - Constructor for class org.apache.derby.jdbc.EmbeddedSimpleDataSource
No-arg constructor.
EmbeddedXADataSource - class org.apache.derby.jdbc.EmbeddedXADataSource.
EmbeddedXADataSource is Derby's XADataSource implementation for JDBC3.0.
EmbeddedXADataSource() - Constructor for class org.apache.derby.jdbc.EmbeddedXADataSource
no-arg constructor
equals(Object) - Method in class org.apache.derby.jdbc.EmbeddedDataSource
 
expandDoubleQuotes(String) - Static method in class org.apache.derby.tools.dblook
 

G

getArg(String, String[]) - Static method in class org.apache.derby.tools.ij
 
getAttributesAsPassword() - Method in class org.apache.derby.jdbc.EmbeddedDataSource
Return the value of the attributesAsPassword property.
getBuildNumber() - Static method in class org.apache.derby.tools.sysinfo
gets the build number for the Apache Derby embedded library
getBuildNumber(String) - Static method in class org.apache.derby.tools.sysinfo
gets the build number for the specified library
getClientSSLMode(Properties) - Static method in class org.apache.derby.jdbc.ClientBaseDataSource
 
getColNameFromNumber(String, int) - Static method in class org.apache.derby.tools.dblook
 
getColumnListFromDescription(String, String) - Static method in class org.apache.derby.tools.dblook
 
getConnection() - Method in class org.apache.derby.jdbc.ClientDataSource
Attempt to establish a database connection in a non-pooling, non-distributed environment.
getConnection(String, String) - Method in class org.apache.derby.jdbc.ClientDataSource
Attempt to establish a database connection in a non-pooling, non-distributed environment.
getConnection() - Method in class org.apache.derby.jdbc.EmbeddedDataSource
Attempt to establish a database connection.
getConnection(String, String) - Method in class org.apache.derby.jdbc.EmbeddedDataSource
Attempt to establish a database connection with the given username and password.
getConnection() - Method in class org.apache.derby.jdbc.EmbeddedSimpleDataSource
Attempt to establish a database connection.
getConnection(String, String) - Method in class org.apache.derby.jdbc.EmbeddedSimpleDataSource
Attempt to establish a database connection with the given username and password.
getConnectionAttributes() - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
getConnectionAttributes() - Method in class org.apache.derby.jdbc.EmbeddedDataSource
 
getConnectionAttributes() - Method in class org.apache.derby.jdbc.EmbeddedSimpleDataSource
 
getCreateDatabase() - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
getCreateDatabase() - Method in class org.apache.derby.jdbc.EmbeddedDataSource
 
getCreateDatabase() - Method in class org.apache.derby.jdbc.EmbeddedSimpleDataSource
 
getCurrentProperties() - Method in class org.apache.derby.drda.NetworkServerControl
Get current Network server properties
getDataSourceName() - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
getDataSourceName() - Method in class org.apache.derby.jdbc.EmbeddedSimpleDataSource
 
getDatabaseName() - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
getDatabaseName() - Method in class org.apache.derby.jdbc.EmbeddedSimpleDataSource
 
getDescription() - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
getDescription() - Method in class org.apache.derby.jdbc.EmbeddedSimpleDataSource
 
getFactory() - Static method in class org.apache.derby.jdbc.ClientDriver
This method returns an Implementation of ClientJDBCObjectFactory depending on VM under use Currently it returns either ClientJDBCObjectFactoryImpl (or) ClientJDBCObjectFactoryImpl40
getHtmlLabelledMessageInstance(LocalizedResource, String, String) - Method in class org.apache.derby.drda.NetServlet
get an HTML labelled message from the resource bundle file, according to the given key.
getInfo(PrintWriter) - Static method in class org.apache.derby.tools.sysinfo
 
getLogWriter() - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
getLogWriter() - Method in class org.apache.derby.jdbc.EmbeddedSimpleDataSource
Get the log writer for this data source.
getLoginTimeout() - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
getLoginTimeout() - Method in class org.apache.derby.jdbc.EmbeddedSimpleDataSource
Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.
getMajorVersion() - Method in class org.apache.derby.jdbc.ClientDriver
 
getMajorVersion() - Method in class org.apache.derby.jdbc.EmbeddedDriver
Returns the driver's major version number.
getMajorVersion() - Static method in class org.apache.derby.tools.sysinfo
gets the major version of the Apache Derby embedded code.
getMajorVersion(String) - Static method in class org.apache.derby.tools.sysinfo
gets the major version of the specified code library.
getMaxThreads() - Method in class org.apache.derby.drda.NetworkServerControl
Returns the current maxThreads setting for the running Network Server
getMinorVersion() - Method in class org.apache.derby.jdbc.ClientDriver
 
getMinorVersion() - Method in class org.apache.derby.jdbc.EmbeddedDriver
Returns the driver's minor version number.
getMinorVersion() - Static method in class org.apache.derby.tools.sysinfo
gets the minor version of the Apache Derby embedded code.
getMinorVersion(String) - Static method in class org.apache.derby.tools.sysinfo
gets the minor version of the specified code library.
getPassword(Properties) - Static method in class org.apache.derby.jdbc.ClientBaseDataSource
 
getPassword() - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
getPassword() - Method in class org.apache.derby.jdbc.EmbeddedSimpleDataSource
 
getPooledConnection() - Method in class org.apache.derby.jdbc.ClientConnectionPoolDataSource
 
getPooledConnection(String, String) - Method in class org.apache.derby.jdbc.ClientConnectionPoolDataSource
 
getPooledConnection() - Method in class org.apache.derby.jdbc.EmbeddedConnectionPoolDataSource
Attempt to establish a database connection.
getPooledConnection(String, String) - Method in class org.apache.derby.jdbc.EmbeddedConnectionPoolDataSource
Attempt to establish a database connection.
getPortNumber() - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
getProductName() - Static method in class org.apache.derby.tools.sysinfo
gets the product name for the Apache Derby embedded library
getProductName(String) - Static method in class org.apache.derby.tools.sysinfo
gets the external name for the specified code library.
getPropertyArg(String[]) - Static method in class org.apache.derby.tools.ij
 
getPropertyInfo(String, Properties) - Method in class org.apache.derby.jdbc.ClientDriver
 
getPropertyInfo(String, Properties) - Method in class org.apache.derby.jdbc.EmbeddedDriver
Returns an array of DriverPropertyInfo objects describing possible properties.
getReference() - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
getRetrieveMessageText(Properties) - Static method in class org.apache.derby.jdbc.ClientBaseDataSource
 
getRetrieveMessageText() - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
getRuntimeInfo() - Method in class org.apache.derby.drda.NetworkServerControl
Return detailed session runtime information about sessions, prepared statements, and memory usage for the running Network Server.
getSSLModeFromString(String) - Static method in class org.apache.derby.jdbc.ClientBaseDataSource
 
getSecurityMechanism(Properties) - Static method in class org.apache.derby.jdbc.ClientBaseDataSource
Return security mechanism if it is set, else upgrade the security mechanism if possible and return the upgraded security mechanism
getSecurityMechanism() - Method in class org.apache.derby.jdbc.ClientBaseDataSource
Return the security mechanism.
getSecurityMechanism(String) - Method in class org.apache.derby.jdbc.ClientBaseDataSource
Return the security mechanism for this datasource object.
getServerName() - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
getShutdownDatabase() - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
getShutdownDatabase() - Method in class org.apache.derby.jdbc.EmbeddedDataSource
 
getShutdownDatabase() - Method in class org.apache.derby.jdbc.EmbeddedSimpleDataSource
 
getSsl() - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
getSysinfo() - Method in class org.apache.derby.drda.NetworkServerControl
Return classpath and version information about the running Network Server.
getTimeSlice() - Method in class org.apache.derby.drda.NetworkServerControl
Return the current timeSlice setting for the running Network Server
getTraceDirectory(Properties) - Static method in class org.apache.derby.jdbc.ClientBaseDataSource
Check if derby.client.traceDirectory is provided as a JVM property.
getTraceDirectory() - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
getTraceFile(Properties) - Static method in class org.apache.derby.jdbc.ClientBaseDataSource
 
getTraceFile() - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
getTraceFileAppend(Properties) - Static method in class org.apache.derby.jdbc.ClientBaseDataSource
 
getTraceFileAppend() - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
getTraceLevel(Properties) - Static method in class org.apache.derby.jdbc.ClientBaseDataSource
Check if derby.client.traceLevel is provided as a JVM property.
getTraceLevel() - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
getUpgradedSecurityMechanism(String) - Static method in class org.apache.derby.jdbc.ClientBaseDataSource
This method has logic to upgrade security mechanism to a better (more secure) one if it is possible.
getUser(Properties) - Static method in class org.apache.derby.jdbc.ClientBaseDataSource
 
getUser() - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
getUser() - Method in class org.apache.derby.jdbc.EmbeddedSimpleDataSource
 
getVersionString() - Static method in class org.apache.derby.tools.sysinfo
Return the version information string for the specified library including alpha or beta indicators.
getVersionString(String) - Static method in class org.apache.derby.tools.sysinfo
Return the version information string for the Apache Derby embedded library including alpha or beta indicators.
getXAConnection() - Method in class org.apache.derby.jdbc.ClientXADataSource
 
getXAConnection(String, String) - Method in class org.apache.derby.jdbc.ClientXADataSource
 
getXAConnection() - Method in class org.apache.derby.jdbc.EmbeddedXADataSource
Attempt to establish a database connection.
getXAConnection(String, String) - Method in class org.apache.derby.jdbc.EmbeddedXADataSource
Attempt to establish a database connection with the given user name and password.

I

ij - class org.apache.derby.tools.ij.
ij is Derby's interactive JDBC scripting tool.
init(ServletConfig) - Method in class org.apache.derby.drda.NetServlet
Initialize the servlet.
isExcludedTable(String) - Static method in class org.apache.derby.tools.dblook
 
isIgnorableSchema(String) - Static method in class org.apache.derby.tools.dblook
 

J

jdbcCompliant() - Method in class org.apache.derby.jdbc.ClientDriver
 
jdbcCompliant() - Method in class org.apache.derby.jdbc.EmbeddedDriver
Report whether the Driver is a genuine JDBC COMPLIANT (tm) driver.

L

logConnections(boolean) - Method in class org.apache.derby.drda.NetworkServerControl
Turn logging connections on or off.
lookupMessage(String) - Static method in class org.apache.derby.tools.dblook
 
lookupMessage(String, String[]) - Static method in class org.apache.derby.tools.dblook
 
lookupSchemaId(String) - Static method in class org.apache.derby.tools.dblook
 
lookupTableId(String) - Static method in class org.apache.derby.tools.dblook
 

M

main(String[]) - Static method in class org.apache.derby.drda.NetworkServerControl
main routine for NetworkServerControl
main(String[]) - Static method in class org.apache.derby.tools.dblook
 
main(String[]) - Static method in class org.apache.derby.tools.ij
 
main(String[]) - Static method in class org.apache.derby.tools.sysinfo
 

N

NET - Static variable in class org.apache.derby.tools.sysinfo
The genus name for the network server code.
NetServlet - class org.apache.derby.drda.NetServlet.
This servlet can be used to start Derby Network Server from a remote location.
NetServlet() - Constructor for class org.apache.derby.drda.NetServlet
 
NetworkServerControl - class org.apache.derby.drda.NetworkServerControl.
NetworkServerControl provides the ability to start a Network Server or connect to a running Network Server to shutdown, configure or retreive diagnostic information.
NetworkServerControl(InetAddress, int) - Constructor for class org.apache.derby.drda.NetworkServerControl
Creates a NetworkServerControl object that is configured to control a Network Server on a specified port and InetAddress.
NetworkServerControl() - Constructor for class org.apache.derby.drda.NetworkServerControl
Creates a NetworkServerControl object that is configured to control a Network Server on the default host(localhost) and the default port(1527) unless derby.drda.portNumber and derby.drda.host are set.

O

org.apache.derby.authentication - package org.apache.derby.authentication
 
org.apache.derby.drda - package org.apache.derby.drda
 
org.apache.derby.jdbc - package org.apache.derby.jdbc
JDBC driver and data source implementations.
org.apache.derby.tools - package org.apache.derby.tools
 

P

ping() - Method in class org.apache.derby.drda.NetworkServerControl
Check if Network Server is started Excecutes and returns without error if the server has started
propertyDefault_portNumber - Static variable in class org.apache.derby.jdbc.ClientBaseDataSource
 
propertyDefault_retrieveMessageText - Static variable in class org.apache.derby.jdbc.ClientBaseDataSource
 
propertyDefault_securityMechanism - Static variable in class org.apache.derby.jdbc.ClientBaseDataSource
 
propertyDefault_serverName - Static variable in class org.apache.derby.jdbc.ClientBaseDataSource
 
propertyDefault_traceFileAppend - Static variable in class org.apache.derby.jdbc.ClientBaseDataSource
 
propertyDefault_traceLevel - Static variable in class org.apache.derby.jdbc.ClientBaseDataSource
 
propertyDefault_user - Static variable in class org.apache.derby.jdbc.ClientBaseDataSource
 

R

removeNewlines(String) - Static method in class org.apache.derby.tools.dblook
 
runScript(Connection, InputStream, String, OutputStream, String) - Static method in class org.apache.derby.tools.ij
Run a SQL script from an InputStream and write the resulting output to the provided PrintStream.

S

SSL_BASIC - Static variable in class org.apache.derby.jdbc.ClientBaseDataSource
 
SSL_OFF - Static variable in class org.apache.derby.jdbc.ClientBaseDataSource
 
SSL_PEER_AUTHENTICATION - Static variable in class org.apache.derby.jdbc.ClientBaseDataSource
 
STRONG_PASSWORD_SUBSTITUTE_SECURITY - Static variable in class org.apache.derby.jdbc.ClientBaseDataSource
 
securityMechanism - Variable in class org.apache.derby.jdbc.ClientBaseDataSource
 
setAttributesAsPassword(boolean) - Method in class org.apache.derby.jdbc.EmbeddedDataSource
Set attributeAsPassword property to enable passing connection request attributes in the password argument of getConnection.
setClientLocale(String) - Method in class org.apache.derby.drda.NetworkServerControl
set the client locale.
setConnectionAttributes(String) - Method in class org.apache.derby.jdbc.ClientBaseDataSource
Set this property to pass in more Derby specific connection URL attributes.
setConnectionAttributes(String) - Method in class org.apache.derby.jdbc.EmbeddedDataSource
Set this property to pass in more Derby specific connection URL attributes.
setConnectionAttributes(String) - Method in class org.apache.derby.jdbc.EmbeddedSimpleDataSource
Set this property to pass in more Derby specific connection URL attributes.
setCreateDatabase(String) - Method in class org.apache.derby.jdbc.ClientBaseDataSource
Set this property to create a new database.
setCreateDatabase(String) - Method in class org.apache.derby.jdbc.EmbeddedDataSource
Set this property to create a new database.
setCreateDatabase(String) - Method in class org.apache.derby.jdbc.EmbeddedSimpleDataSource
Set this property to create a new database.
setDataSourceName(String) - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
setDataSourceName(String) - Method in class org.apache.derby.jdbc.EmbeddedSimpleDataSource
Set the data source name.
setDatabaseName(String) - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
setDatabaseName(String) - Method in class org.apache.derby.jdbc.EmbeddedSimpleDataSource
Set the database name.
setDescription(String) - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
setDescription(String) - Method in class org.apache.derby.jdbc.EmbeddedSimpleDataSource
Set the data source descripton.
setLogWriter(PrintWriter) - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
setLogWriter(PrintWriter) - Method in class org.apache.derby.jdbc.EmbeddedSimpleDataSource
Set the log writer for this data source.
setLoginTimeout(int) - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
setLoginTimeout(int) - Method in class org.apache.derby.jdbc.EmbeddedSimpleDataSource
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.
setMaxThreads(int) - Method in class org.apache.derby.drda.NetworkServerControl
Set Network Server maxthread parameter.
setPassword(String) - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
setPassword(String) - Method in class org.apache.derby.jdbc.EmbeddedSimpleDataSource
Set the password property for the data source.
setPortNumber(int) - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
setRetrieveMessageText(boolean) - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
setSecurityMechanism(short) - Method in class org.apache.derby.jdbc.ClientBaseDataSource
Sets the security mechanism.
setServerName(String) - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
setShutdownDatabase(String) - Method in class org.apache.derby.jdbc.ClientBaseDataSource
Set this property if one wishes to shutdown the database identified by databaseName.
setShutdownDatabase(String) - Method in class org.apache.derby.jdbc.EmbeddedDataSource
Set this property if one wishes to shutdown the database identified by databaseName.
setShutdownDatabase(String) - Method in class org.apache.derby.jdbc.EmbeddedSimpleDataSource
Set this property if one wishes to shutdown the database identified by databaseName.
setSsl(String) - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
setSsl(int) - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
setTimeSlice(int) - Method in class org.apache.derby.drda.NetworkServerControl
Set Network Server connection time slice parameter.
setTraceDirectory(String) - Method in class org.apache.derby.drda.NetworkServerControl
Set directory for trace files.
setTraceDirectory(String) - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
setTraceFile(String) - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
setTraceFileAppend(boolean) - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
setTraceLevel(int) - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
setUser(String) - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
setUser(String) - Method in class org.apache.derby.jdbc.EmbeddedSimpleDataSource
Set the user property for the data source.
shutdown() - Method in class org.apache.derby.drda.NetworkServerControl
Shutdown a Network Server.
start(PrintWriter) - Method in class org.apache.derby.drda.NetworkServerControl
Start a Network Server This method will launch a separate thread and start Network Server.
startJBMS() - Static method in class org.apache.derby.tools.ij
 
stringContainsTargetTable(String) - Static method in class org.apache.derby.tools.dblook
 
stripQuotes(String) - Static method in class org.apache.derby.tools.dblook
 
sysinfo - class org.apache.derby.tools.sysinfo.
This class displays system information to system out.

T

TOOLS - Static variable in class org.apache.derby.tools.sysinfo
The genus name for the tools code.
TRACE_ALL - Static variable in class org.apache.derby.jdbc.ClientBaseDataSource
 
TRACE_CONNECTION_CALLS - Static variable in class org.apache.derby.jdbc.ClientBaseDataSource
 
TRACE_CONNECTS - Static variable in class org.apache.derby.jdbc.ClientBaseDataSource
 
TRACE_DIAGNOSTICS - Static variable in class org.apache.derby.jdbc.ClientBaseDataSource
 
TRACE_DRIVER_CONFIGURATION - Static variable in class org.apache.derby.jdbc.ClientBaseDataSource
 
TRACE_NONE - Static variable in class org.apache.derby.jdbc.ClientBaseDataSource
 
TRACE_PARAMETER_META_DATA - Static variable in class org.apache.derby.jdbc.ClientBaseDataSource
 
TRACE_PROTOCOL_FLOWS - Static variable in class org.apache.derby.jdbc.ClientBaseDataSource
 
TRACE_RESULT_SET_CALLS - Static variable in class org.apache.derby.jdbc.ClientBaseDataSource
 
TRACE_RESULT_SET_META_DATA - Static variable in class org.apache.derby.jdbc.ClientBaseDataSource
 
TRACE_STATEMENT_CALLS - Static variable in class org.apache.derby.jdbc.ClientBaseDataSource
 
TRACE_XA_CALLS - Static variable in class org.apache.derby.jdbc.ClientBaseDataSource
 
trace(boolean) - Method in class org.apache.derby.drda.NetworkServerControl
Turn tracing on or off for the specified connection on the Network Server.
trace(int, boolean) - Method in class org.apache.derby.drda.NetworkServerControl
Turn tracing on or off for all connections on the Network Server.
traceLevel - Variable in class org.apache.derby.jdbc.ClientBaseDataSource
 

U

USER_ONLY_SECURITY - Static variable in class org.apache.derby.jdbc.ClientBaseDataSource
The source security mechanism to use when connecting to this data source.
UserAuthenticator - interface org.apache.derby.authentication.UserAuthenticator.
The UserAuthenticator interface provides operations to authenticate a user's credentials in order to successfully connect to a database.

W

writeVerboseOutput(String, String) - Static method in class org.apache.derby.tools.dblook
 

A C D E G I J L M N O P R S T U W
Built on Wed 2007-08-01 06:53:39-0700, from revision 561794

Apache Derby 10.3 API Documentation - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.