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 in org.apache.derby.jdbc
Base class for client-side DataSource implementations.
ClientConnectionPoolDataSource40 - Class in org.apache.derby.jdbc
ClientConnectionPoolDataSource40 is a factory for PooledConnection objects.
ClientConnectionPoolDataSource40() - Constructor for class org.apache.derby.jdbc.ClientConnectionPoolDataSource40
 
ClientDataSource40 - Class in org.apache.derby.jdbc
ClientDataSource40 is a simple data source implementation that can be used for establishing connections in a non-pooling, non-distributed environment.
ClientDataSource40() - Constructor for class org.apache.derby.jdbc.ClientDataSource40
 
ClientDriver - Class in org.apache.derby.jdbc
 
ClientDriver() - Constructor for class org.apache.derby.jdbc.ClientDriver
 
ClientXADataSource40 - Class in org.apache.derby.jdbc
This is Derby's network XADataSource for use with JDBC4.0.
ClientXADataSource40() - Constructor for class org.apache.derby.jdbc.ClientXADataSource40
 
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.EmbeddedConnectionPoolDataSource40
create and returns EmbedPooledConnection.
createXAConnection(ResourceAdapter, String, String, boolean) - Method in class org.apache.derby.jdbc.EmbeddedXADataSource40
Intantiate and returns EmbedXAConnection.

D

dblook - Class in org.apache.derby.tools
 
dblook(String[]) - Constructor for class org.apache.derby.tools.dblook
 
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
 
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

EmbeddedConnectionPoolDataSource40 - Class in org.apache.derby.jdbc
EmbeddedConnectionPoolDataSource40 is Derby's ConnectionPoolDataSource implementation for the JDBC4.0 environment.
EmbeddedConnectionPoolDataSource40() - Constructor for class org.apache.derby.jdbc.EmbeddedConnectionPoolDataSource40
 
EmbeddedDataSource40 - Class in org.apache.derby.jdbc
EmbeddedDataSource40 is Derby's DataSource implementation for JDBC4.0.
EmbeddedDataSource40() - Constructor for class org.apache.derby.jdbc.EmbeddedDataSource40
 
EmbeddedDriver - Class in org.apache.derby.jdbc
The embedded JDBC driver (Type 4) for Derby.
EmbeddedDriver() - Constructor for class org.apache.derby.jdbc.EmbeddedDriver
 
EmbeddedXADataSource40 - Class in org.apache.derby.jdbc
EmbeddedXADataSource40 is Derby's XADataSource implementation for JDBC4.0.
EmbeddedXADataSource40() - Constructor for class org.apache.derby.jdbc.EmbeddedXADataSource40
Creates a new instance of EmbeddedXADataSource40
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
 
expandDoubleQuotes(String) - Static method in class org.apache.derby.tools.dblook
 

G

getArg(String, String[]) - Static method in class org.apache.derby.tools.ij
 
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
getColNameFromNumber(String, int) - Static method in class org.apache.derby.tools.dblook
 
getColumnListFromDescription(String, String) - Static method in class org.apache.derby.tools.dblook
 
getConnectionAttributes() - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
getCurrentProperties() - Method in class org.apache.derby.drda.NetworkServerControl
Get current Network server properties
getDatabaseName() - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
getDataSourceName() - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
getDescription() - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
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
 
getLoginTimeout() - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
getLogWriter() - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
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
 
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.
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 if security mechanism has not been set explicitly on datasource then upgrade the security mechanism to a more secure one if possible
getSecurityMechanism(String) - Method in class org.apache.derby.jdbc.ClientBaseDataSource
return the security mechanism for this datasource object if security mechanism has not been set explicitly on datasource then upgrade the security mechanism to a more secure one if possible
getServerName() - 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
 
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
 
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
 
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(String, String) - Method in class org.apache.derby.jdbc.ClientXADataSource40
creates a jdbc4.0 XAConnection

I

ij - Class in org.apache.derby.tools
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
 
isWrapperFor(Class<?>) - Method in class org.apache.derby.jdbc.ClientConnectionPoolDataSource40
Returns false unless interfaces is implemented
isWrapperFor(Class<?>) - Method in class org.apache.derby.jdbc.ClientDataSource40
Returns false unless interfaces is implemented
isWrapperFor(Class<?>) - Method in class org.apache.derby.jdbc.ClientXADataSource40
Returns false unless interfaces is implemented
isWrapperFor(Class<?>) - Method in class org.apache.derby.jdbc.EmbeddedConnectionPoolDataSource40
Returns false unless interfaces is implemented
isWrapperFor(Class<?>) - Method in class org.apache.derby.jdbc.EmbeddedDataSource40
Returns false unless interfaces is implemented
isWrapperFor(Class<?>) - Method in class org.apache.derby.jdbc.EmbeddedXADataSource40
Returns false unless interfaces is implemented

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 in org.apache.derby.drda
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 in org.apache.derby.drda
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

securityMechanism - Variable in class org.apache.derby.jdbc.ClientBaseDataSource
 
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.
setDatabaseName(String) - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
setDataSourceName(String) - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
setDescription(String) - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
setLoginTimeout(int) - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
setLogWriter(PrintWriter) - Method in class org.apache.derby.jdbc.ClientBaseDataSource
 
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
 
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
 
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
 
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
 
STRONG_PASSWORD_SUBSTITUTE_SECURITY - Static variable in class org.apache.derby.jdbc.ClientBaseDataSource
 
sysinfo - Class in org.apache.derby.tools
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(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.
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
 
traceLevel - Variable in class org.apache.derby.jdbc.ClientBaseDataSource
 

U

unwrap(Class<T>) - Method in class org.apache.derby.jdbc.ClientConnectionPoolDataSource40
Returns this if this class implements the interface
unwrap(Class<T>) - Method in class org.apache.derby.jdbc.ClientDataSource40
Returns this if this class implements the interface
unwrap(Class<T>) - Method in class org.apache.derby.jdbc.ClientXADataSource40
Returns this if this class implements the interface
unwrap(Class<T>) - Method in class org.apache.derby.jdbc.EmbeddedConnectionPoolDataSource40
Returns this if this class implements the interface
unwrap(Class<T>) - Method in class org.apache.derby.jdbc.EmbeddedDataSource40
Returns this if this class implements the interface
unwrap(Class<T>) - Method in class org.apache.derby.jdbc.EmbeddedXADataSource40
Returns this if this class implements the interface
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 in org.apache.derby.authentication
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 Mon 2006-12-11 07:21:46-0800, from revision 485682

Apache Derby 10.2 API Documentation - Copyright © 1997,2006 The Apache Software Foundation or its licensors, as applicable.