Index

A B C D E F G H I J K L M N O P R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

abort(Executor) - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
absolute(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
AbstractCursorCommand - Class in net.ucanaccess.commands
 
AbstractCursorCommand() - Constructor for class net.ucanaccess.commands.AbstractCursorCommand
 
AbstractExecute - Class in net.ucanaccess.jdbc
 
AbstractExecute(UcanaccessResultSet) - Constructor for class net.ucanaccess.jdbc.AbstractExecute
 
AbstractExecute(UcanaccessStatement) - Constructor for class net.ucanaccess.jdbc.AbstractExecute
 
AbstractExecute(UcanaccessStatement, AbstractExecute.CommandType, String, int, String[], int[]) - Constructor for class net.ucanaccess.jdbc.AbstractExecute
 
AbstractExecute.CommandType - Enum in net.ucanaccess.jdbc
 
AbstractExecuteResultSet - Class in net.ucanaccess.jdbc
 
AbstractExecuteResultSet(UcanaccessResultSet, IThrowingConsumer<ResultSet, SQLException>) - Constructor for class net.ucanaccess.jdbc.AbstractExecuteResultSet
 
accept(I) - Method in interface net.ucanaccess.util.IThrowingConsumer
Applies this operation to the given argument throwing an exception of type T.
acceptsURL(String) - Method in class net.ucanaccess.jdbc.UcanaccessDriver
 
ACCESS_97 - Enum constant in enum net.ucanaccess.jdbc.UcanaccessSQLException.ExceptionMessages
 
AccessVersion - Enum in net.ucanaccess.type
Enum of MS Access versions to encapsulate Jackcess Database.FileFormat.
add(ICommand) - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
add(ICursorCommand) - Method in class net.ucanaccess.commands.CompositeCommand
 
add(IFeedbackAction) - Method in class net.ucanaccess.commands.CompositeFeedbackAction
 
ADD_COLUMN - Enum constant in enum net.ucanaccess.converters.SQLConverter.DDLType
 
addBatch() - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
addBatch(String) - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
addColumn(String, String, Map<String, String>, String[], String[], Boolean[]) - Method in class net.ucanaccess.converters.Persist2Jet
 
AddColumnCommand - Class in net.ucanaccess.commands
 
AddColumnCommand(String, String, String, Map<String, String>, String[], String[], Boolean[]) - Constructor for class net.ucanaccess.commands.AddColumnCommand
 
addFunctions(Class<?>) - Method in class net.ucanaccess.converters.LoadJet
 
addFunctions(Class<?>) - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
addOnReloadRefListener(IOnReloadReferenceListener) - Static method in class net.ucanaccess.jdbc.DBReference
 
addRow(Object...) - Method in class net.ucanaccess.converters.UcanaccessTable
 
addRowFromMap(M) - Method in class net.ucanaccess.converters.UcanaccessTable
 
addRows(List<? extends Object[]>) - Method in class net.ucanaccess.converters.UcanaccessTable
 
addRowsFromMaps(List<M>) - Method in class net.ucanaccess.converters.UcanaccessTable
 
addWarnings(SQLWarning) - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
afterLast() - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
allProceduresAreCallable() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
allTablesAreSelectable() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
ALTER - Static variable in class net.ucanaccess.type.SqlConstants
 
ALTER_RENAME - Enum constant in enum net.ucanaccess.converters.SQLConverter.DDLType
 
AlterRenameCommand - Class in net.ucanaccess.commands
 
AlterRenameCommand(String, String, String) - Constructor for class net.ucanaccess.commands.AlterRenameCommand
 
AND - Static variable in class net.ucanaccess.type.SqlConstants
 
AppendQueryTemp - Class in net.ucanaccess.converters
 
AppendQueryTemp(AppendQueryImpl) - Constructor for class net.ucanaccess.converters.AppendQueryTemp
 
apply(I) - Method in interface net.ucanaccess.util.IThrowingFunction
Applies this function to the given argument possibly throwing an exception of type T.
argumentTypes() - Element in annotation type net.ucanaccess.ext.FunctionType
 
asc(String) - Static method in class net.ucanaccess.converters.Functions
Returns an Integer representing the character code corresponding to the first letter in a string.
ASC_OR_DESC - Static variable in class net.ucanaccess.type.SqlConstants
 
asRow(Map<String, ?>) - Method in class net.ucanaccess.converters.UcanaccessTable
 
asUnsigned(byte) - Static method in class net.ucanaccess.converters.SQLConverter
 
asUpdateRow(Map<String, ?>) - Method in class net.ucanaccess.converters.UcanaccessTable
 
atn(double) - Static method in class net.ucanaccess.converters.Functions
Returns a double specifying the arctangent of a number.
Attachment - Class in net.ucanaccess.complex
 
Attachment(Attachment) - Constructor for class net.ucanaccess.complex.Attachment
 
Attachment(ComplexValue.Id, String, String, String, String, String, byte[], LocalDateTime, Integer) - Constructor for class net.ucanaccess.complex.Attachment
 
Attachment(String, String, String, byte[], LocalDateTime, Integer) - Constructor for class net.ucanaccess.complex.Attachment
 
autoCommitFailureClosesAllResultSets() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
AUTOINCREMENT - Enum constant in enum net.ucanaccess.converters.TypesMap.AccessType
 
AutoNumberAction - Class in net.ucanaccess.commands
 
AutoNumberAction(Table, Object[], Object[]) - Constructor for class net.ucanaccess.commands.AutoNumberAction
 
AutoNumberManager - Class in net.ucanaccess.triggers
 

B

basicEscapingIdentifier(String) - Static method in class net.ucanaccess.converters.SQLConverter
 
BATCH - Enum constant in enum net.ucanaccess.jdbc.AbstractExecute.CommandType
 
beforeFirst() - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
BlobAction - Class in net.ucanaccess.commands
 
BlobAction(Table, Object[]) - Constructor for class net.ucanaccess.commands.BlobAction
 
BlobKey - Class in net.ucanaccess.jdbc
 
BlobKey(Table, String, Row) - Constructor for class net.ucanaccess.jdbc.BlobKey
 
BlobKey(Map<String, Object>, String, String) - Constructor for class net.ucanaccess.jdbc.BlobKey
 
build() - Method in class net.ucanaccess.console.Exporter.Builder
 
build() - Method in class net.ucanaccess.jdbc.UcanaccessConnectionBuilder
 
Builder() - Constructor for class net.ucanaccess.console.Exporter.Builder
 
bump(Column, int) - Static method in class net.ucanaccess.triggers.AutoNumberManager
Bumps the AutoNumber seed to newVal if it is higher than the existing one.
BUNDLE_NAME - Static variable in interface net.ucanaccess.log.ILoggerResourceMessage
 
BYTE - Enum constant in enum net.ucanaccess.converters.TypesMap.AccessType
 

C

calculatedField(String, String) - Method in class net.ucanaccess.converters.Metadata
 
cancel() - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
cancelRowUpdates() - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
catching(IThrowingRunnable<EC>) - Static method in class net.ucanaccess.util.Try
Creates a new instance from a throwing Runnable.
catching(IThrowingSupplier<R, EC>) - Static method in class net.ucanaccess.util.Try
Creates a new instance from a throwing Supplier.
cbool(Boolean) - Static method in class net.ucanaccess.converters.Functions
Converts a value to a boolean.
cbool(String) - Static method in class net.ucanaccess.converters.Functions
 
cbool(BigDecimal) - Static method in class net.ucanaccess.converters.Functions
 
ccur(BigDecimal) - Static method in class net.ucanaccess.converters.Functions
Converts an expression into a currency value.
cdate(String) - Static method in class net.ucanaccess.converters.Functions
Converts an expression into a date value.
cdbl(Double) - Static method in class net.ucanaccess.converters.Functions
Converts an expression to a double.
cdec(Double) - Static method in class net.ucanaccess.converters.Functions
 
CHAR - Enum constant in enum net.ucanaccess.converters.TypesMap.AccessType
 
charAt(int) - Method in class net.ucanaccess.util.Sql
 
checkAndRefreshPivot(String, UcanaccessConnection) - Static method in class net.ucanaccess.converters.Pivot
 
checkContext() - Method in class net.ucanaccess.triggers.TriggerBase
 
checkDDL(String) - Static method in class net.ucanaccess.converters.SQLConverter
 
checkLang(String, Connection) - Static method in class net.ucanaccess.converters.SQLConverter
 
checkLang(String, Connection, boolean) - Static method in class net.ucanaccess.converters.SQLConverter
 
checkLastModified() - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
cint(boolean) - Static method in class net.ucanaccess.converters.Functions
 
cint(Double) - Static method in class net.ucanaccess.converters.Functions
 
cleanEscaped() - Static method in class net.ucanaccess.converters.SQLConverter
 
clearBatch() - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
clearParameters() - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
clearPrepared() - Static method in class net.ucanaccess.converters.Pivot
 
clearWarnings() - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
clearWarnings() - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
clearWarnings() - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
clng(Double) - Static method in class net.ucanaccess.converters.Functions
Converts an expression to a long integer.
clng(Integer) - Static method in class net.ucanaccess.converters.Functions
 
clng(String) - Static method in class net.ucanaccess.converters.Functions
 
clong(boolean) - Static method in class net.ucanaccess.converters.Functions
 
clong(Double) - Static method in class net.ucanaccess.converters.Functions
 
clong(Integer) - Static method in class net.ucanaccess.converters.Functions
 
close() - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
close() - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
close() - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
CLOSE_ON_COMPLETION_STATEMENT - Enum constant in enum net.ucanaccess.jdbc.UcanaccessSQLException.ExceptionMessages
 
closeOnCompletion() - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
COLUMN_NAME - Static variable in class net.ucanaccess.type.SqlConstants
 
COLUMN_SIZE - Static variable in class net.ucanaccess.type.SqlConstants
 
columnDef(String, String, String) - Method in class net.ucanaccess.converters.Metadata
 
columnOrder - Enum constant in enum net.ucanaccess.converters.Metadata.Property
 
ColumnOrder - Enum in net.ucanaccess.type
Valid values of driver property columnOrder.
commit() - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
completeEscaping(String) - Static method in class net.ucanaccess.converters.SQLConverter
 
completeEscaping(String, boolean) - Static method in class net.ucanaccess.converters.SQLConverter
 
COMPLEX - Enum constant in enum net.ucanaccess.converters.TypesMap.AccessType
 
COMPLEX_TYPE_UNSUPPORTED - Enum constant in enum net.ucanaccess.jdbc.UcanaccessSQLException.ExceptionMessages
 
COMPLEX_TYPE_UNSUPPORTED - Enum constant in enum net.ucanaccess.log.LoggerMessageEnum
 
ComplexBase - Class in net.ucanaccess.complex
 
ComplexBase(ComplexValue) - Constructor for class net.ucanaccess.complex.ComplexBase
 
ComplexBase(ComplexValue.Id, String, String) - Constructor for class net.ucanaccess.complex.ComplexBase
 
COMPOSITE - Enum constant in enum net.ucanaccess.commands.ICommand.CommandType
 
CompositeCommand - Class in net.ucanaccess.commands
 
CompositeCommand() - Constructor for class net.ucanaccess.commands.CompositeCommand
 
CompositeFeedbackAction - Class in net.ucanaccess.commands
 
CompositeFeedbackAction() - Constructor for class net.ucanaccess.commands.CompositeFeedbackAction
 
concatNulls - Enum constant in enum net.ucanaccess.converters.Metadata.Property
 
CONCURRENT_PROCESS_ACCESS - Enum constant in enum net.ucanaccess.jdbc.UcanaccessSQLException.ExceptionMessages
 
connect(String, Properties) - Method in class net.ucanaccess.jdbc.UcanaccessDriver
 
consoleDump(ResultSet, PrintStream) - Method in class net.ucanaccess.console.Main
Prints the ResultSet _resultSet in a format suitable for the terminal console given by _printStream.
CONSTRAINT - Enum constant in enum net.ucanaccess.log.LoggerMessageEnum
 
contains(Object, Object) - Static method in class net.ucanaccess.converters.Functions
 
Context - Class in net.ucanaccess.jdbc
 
Context(UcanaccessConnection) - Constructor for class net.ucanaccess.jdbc.Context
 
convert(ComplexValueForeignKey) - Static method in class net.ucanaccess.complex.ComplexBase
 
convertAccessDate(String) - Static method in class net.ucanaccess.converters.SQLConverter
 
convertAddColumn(String, String, String) - Static method in class net.ucanaccess.converters.SQLConverter
 
convertCreateTable(String) - Static method in class net.ucanaccess.converters.SQLConverter
 
convertDFunctions(String, Connection) - Static method in class net.ucanaccess.converters.DFunction
 
convertFormula(String) - Static method in class net.ucanaccess.converters.SQLConverter
 
convertPowOperator(String) - Static method in class net.ucanaccess.converters.SQLConverter
 
convertRowTypes(Object[], Table) - Method in class net.ucanaccess.converters.Persist2Jet
 
convertRowTypes(Object[], Table) - Method in class net.ucanaccess.triggers.TriggerBase
 
convertSQL(String) - Static method in class net.ucanaccess.converters.SQLConverter
 
convertSQL(String, boolean) - Static method in class net.ucanaccess.converters.SQLConverter
 
convertSQL(String, UcanaccessConnection) - Static method in class net.ucanaccess.converters.SQLConverter
 
convertSQL(String, UcanaccessConnection, boolean) - Static method in class net.ucanaccess.converters.SQLConverter
 
couldNeedDefault(String) - Static method in class net.ucanaccess.converters.SQLConverter
 
COUNT_STAR - Static variable in class net.ucanaccess.type.SqlConstants
 
COUNTER - Enum constant in enum net.ucanaccess.converters.TypesMap.AccessType
 
CREATE - Static variable in class net.ucanaccess.type.SqlConstants
 
CREATE_FOREIGN_KEY - Enum constant in enum net.ucanaccess.converters.SQLConverter.DDLType
 
CREATE_ID - Static variable in class net.ucanaccess.complex.ComplexBase
 
CREATE_INDEX - Enum constant in enum net.ucanaccess.converters.SQLConverter.DDLType
 
CREATE_PRIMARY_KEY - Enum constant in enum net.ucanaccess.converters.SQLConverter.DDLType
 
CREATE_TABLE - Enum constant in enum net.ucanaccess.converters.SQLConverter.DDLType
 
CREATE_TABLE_AS_SELECT - Enum constant in enum net.ucanaccess.converters.SQLConverter.DDLType
 
createArrayOf(String, Object[]) - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
createBlob() - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
createBlob(File) - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
createBlob(File, UcanaccessConnection) - Static method in class net.ucanaccess.jdbc.UcanaccessBlob
 
createBlob(UcanaccessConnection) - Static method in class net.ucanaccess.jdbc.UcanaccessBlob
 
createClob() - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
createForeignKey(String, String) - Method in class net.ucanaccess.converters.Persist2Jet
 
createForeignKey(String, String, String) - Method in class net.ucanaccess.converters.Persist2Jet
 
CreateForeignKeyCommand - Class in net.ucanaccess.commands
 
CreateForeignKeyCommand(String, String, String, String) - Constructor for class net.ucanaccess.commands.CreateForeignKeyCommand
 
createForeignKeys(String) - Method in class net.ucanaccess.converters.Persist2Jet
 
createIndex(String, String) - Method in class net.ucanaccess.converters.Persist2Jet
 
CreateIndexCommand - Class in net.ucanaccess.commands
 
CreateIndexCommand(String, String, String) - Constructor for class net.ucanaccess.commands.CreateIndexCommand
 
createMetadata() - Method in class net.ucanaccess.converters.Metadata
 
createNClob() - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
createPrimaryKey(String) - Method in class net.ucanaccess.converters.Persist2Jet
 
CreatePrimaryKeyCommand - Class in net.ucanaccess.commands
 
CreatePrimaryKeyCommand(String, String) - Constructor for class net.ucanaccess.commands.CreatePrimaryKeyCommand
 
createProcedure() - Method in class net.ucanaccess.converters.ParametricQuery
 
createRowState() - Method in class net.ucanaccess.converters.UcanaccessTable
 
createSelect() - Method in class net.ucanaccess.converters.ParametricQuery
 
createSQLXML() - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
createStatement() - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
createStatement(int, int) - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
createStatement(int, int, int) - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
createStruct(String, Object[]) - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
createTable(String, Map<String, String>, String[], String[], Boolean[]) - Method in class net.ucanaccess.converters.Persist2Jet
 
CreateTableCommand - Class in net.ucanaccess.commands
 
CreateTableCommand(String, String) - Constructor for class net.ucanaccess.commands.CreateTableCommand
 
CreateTableCommand(String, String, Map<String, String>) - Constructor for class net.ucanaccess.commands.CreateTableCommand
 
CreateTableCommand(String, String, Map<String, String>, String[], String[], Boolean[]) - Constructor for class net.ucanaccess.commands.CreateTableCommand
 
csign(double) - Static method in class net.ucanaccess.converters.Functions
 
cstr(double) - Static method in class net.ucanaccess.converters.Functions
 
cstr(int) - Static method in class net.ucanaccess.converters.Functions
 
cstr(Boolean) - Static method in class net.ucanaccess.converters.Functions
Converts a value to a string.
cstr(String) - Static method in class net.ucanaccess.converters.Functions
 
cstr(Timestamp) - Static method in class net.ucanaccess.converters.Functions
 
CURRENCY - Enum constant in enum net.ucanaccess.converters.TypesMap.AccessType
 
currentRowMatches(Cursor, Map<String, Object>) - Method in class net.ucanaccess.commands.AbstractCursorCommand
 
currentRowMatches(Cursor, Map<String, Object>) - Method in interface net.ucanaccess.commands.ICursorCommand
 
cvar(Double) - Static method in class net.ucanaccess.converters.Functions
 

D

DATA - Enum constant in enum net.ucanaccess.type.ColumnOrder
 
DATA_TYPE - Static variable in class net.ucanaccess.type.SqlConstants
 
dataDefinitionCausesTransactionCommit() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
dataDefinitionIgnoredInTransactions() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
date() - Static method in class net.ucanaccess.converters.Functions
Returns the current system date.
DATE_ACCESS_FORMAT - Static variable in class net.ucanaccess.converters.SQLConverter
 
DATE_FORMAT - Static variable in class net.ucanaccess.converters.SQLConverter
 
dateAdd(String, int, String) - Static method in class net.ucanaccess.converters.Functions
 
dateAdd(String, int, Timestamp) - Static method in class net.ucanaccess.converters.Functions
 
dateAdd(String, int, Date) - Static method in class net.ucanaccess.converters.Functions
Returns a date containing a date to which a specified time interval has been added.
dateDiff(String, String, String) - Static method in class net.ucanaccess.converters.Functions
 
dateDiff(String, String, Timestamp) - Static method in class net.ucanaccess.converters.Functions
 
dateDiff(String, Timestamp, String) - Static method in class net.ucanaccess.converters.Functions
 
dateDiff(String, Timestamp, Timestamp) - Static method in class net.ucanaccess.converters.Functions
 
datePart(String, String) - Static method in class net.ucanaccess.converters.Functions
 
datePart(String, String, Integer) - Static method in class net.ucanaccess.converters.Functions
 
datePart(String, String, Integer, Integer) - Static method in class net.ucanaccess.converters.Functions
 
datePart(String, Timestamp) - Static method in class net.ucanaccess.converters.Functions
 
datePart(String, Timestamp, Integer) - Static method in class net.ucanaccess.converters.Functions
Returns an integer containing the specified part of a given date.
datePart(String, Timestamp, Integer, Integer) - Static method in class net.ucanaccess.converters.Functions
 
dateSerial(int, int, int) - Static method in class net.ucanaccess.converters.Functions
Returns a date for a specified year, month, and day.
DATETIME - Enum constant in enum net.ucanaccess.converters.TypesMap.AccessType
 
dateValue(String) - Static method in class net.ucanaccess.converters.Functions
 
dateValue(Timestamp) - Static method in class net.ucanaccess.converters.Functions
Returns a date based on a string.
DBReference - Class in net.ucanaccess.jdbc
 
DBReference(File, Database.FileFormat, IJackcessOpenerInterface, String) - Constructor for class net.ucanaccess.jdbc.DBReference
 
DBReferenceSingleton - Class in net.ucanaccess.jdbc
 
ddb(double, double, double, double) - Static method in class net.ucanaccess.converters.Functions
 
ddb(double, double, double, double, double) - Static method in class net.ucanaccess.converters.Functions
 
DDL - Enum constant in enum net.ucanaccess.commands.ICommand.CommandType
 
DDLCommandEnlist - Class in net.ucanaccess.commands
 
DDLCommandEnlist() - Constructor for class net.ucanaccess.commands.DDLCommandEnlist
 
DECIMAL_DIGITS - Static variable in class net.ucanaccess.type.SqlConstants
 
decrementActiveConnection(Session) - Method in class net.ucanaccess.jdbc.DBReference
 
DEFAULT_NEEDED - Enum constant in enum net.ucanaccess.jdbc.UcanaccessSQLException.ExceptionMessages
 
DEFAULT_VALUES_DELIMETERS - Enum constant in enum net.ucanaccess.log.LoggerMessageEnum
 
DefaultJackcessOpener - Class in net.ucanaccess.jdbc
 
DefaultJackcessOpener() - Constructor for class net.ucanaccess.jdbc.DefaultJackcessOpener
 
defaultValue4SQL(Column) - Method in class net.ucanaccess.converters.LoadJet
 
DELETE - Enum constant in enum net.ucanaccess.commands.ICommand.CommandType
 
DELETE - Static variable in class net.ucanaccess.type.SqlConstants
 
DeleteCommand - Class in net.ucanaccess.commands
 
DeleteCommand(Table, Map<String, Object>, String) - Constructor for class net.ucanaccess.commands.DeleteCommand
 
DeleteResultSet - Class in net.ucanaccess.jdbc
 
DeleteResultSet(UcanaccessResultSet) - Constructor for class net.ucanaccess.jdbc.DeleteResultSet
 
deleteRow() - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
deleteRow(Row) - Method in class net.ucanaccess.converters.UcanaccessTable
 
deletesAreDetected(int) - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
DFunction - Class in net.ucanaccess.converters
 
DFunction(Connection, String) - Constructor for class net.ucanaccess.converters.DFunction
 
DISABLE_AUTOINCREMENT - Enum constant in enum net.ucanaccess.converters.SQLConverter.DDLType
 
DISPLAY - Enum constant in enum net.ucanaccess.type.ColumnOrder
 
DISTINCT - Static variable in class net.ucanaccess.type.SqlConstants
 
doAction(ICommand) - Method in class net.ucanaccess.commands.AutoNumberAction
 
doAction(ICommand) - Method in class net.ucanaccess.commands.BlobAction
 
doAction(ICommand) - Method in class net.ucanaccess.commands.CompositeFeedbackAction
 
doAction(ICommand) - Method in interface net.ucanaccess.commands.IFeedbackAction
 
doesMaxRowSizeIncludeBlobs() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
DOUBLE - Enum constant in enum net.ucanaccess.converters.TypesMap.AccessType
 
DROP - Static variable in class net.ucanaccess.type.SqlConstants
 
DROP_FOREIGN_KEY - Enum constant in enum net.ucanaccess.converters.SQLConverter.DDLType
 
DROP_TABLE - Enum constant in enum net.ucanaccess.converters.SQLConverter.DDLType
 
DROP_TABLE_CASCADE - Enum constant in enum net.ucanaccess.converters.SQLConverter.DDLType
 
dropForeignKey(String) - Method in class net.ucanaccess.converters.Persist2Jet
 
DropForeignKeyCommand - Class in net.ucanaccess.commands
 
DropForeignKeyCommand(String, String) - Constructor for class net.ucanaccess.commands.DropForeignKeyCommand
 
dropTable(String) - Method in class net.ucanaccess.converters.Metadata
 
dropTable(String) - Method in class net.ucanaccess.converters.Persist2Jet
 
DropTableCommand - Class in net.ucanaccess.commands
 
DropTableCommand(String, String) - Constructor for class net.ucanaccess.commands.DropTableCommand
 
dump() - Static method in class net.ucanaccess.log.Logger
 
dumpCsv(ResultSet, PrintStream) - Method in class net.ucanaccess.console.Exporter
Prints the ResultSet rs in CSV format to the output file out.
dumpSchema(ResultSet, PrintStream) - Method in class net.ucanaccess.console.Exporter
Prints the Google BigQuery schema of the table given by rs in JSON format to the out stream.

E

ENABLE_AUTOINCREMENT - Enum constant in enum net.ucanaccess.converters.SQLConverter.DDLType
 
encrypt - Enum constant in enum net.ucanaccess.converters.Metadata.Property
 
enlistDDLCommand(String, SQLConverter.DDLType) - Method in class net.ucanaccess.commands.DDLCommandEnlist
 
equals(Object) - Method in class net.ucanaccess.commands.CreateTableCommand
 
equals(Object) - Method in class net.ucanaccess.complex.Attachment
 
equals(Object) - Method in class net.ucanaccess.complex.ComplexBase
 
equals(Object) - Method in class net.ucanaccess.complex.SingleValue
 
equals(Object) - Method in class net.ucanaccess.complex.UnsupportedValue
 
equals(Object) - Method in class net.ucanaccess.complex.Version
 
equals(Object) - Method in class net.ucanaccess.util.Sql
 
equals(Object, Object) - Static method in class net.ucanaccess.converters.Functions
 
equalsIgnoreOrder(Object, Object) - Static method in class net.ucanaccess.converters.Functions
 
ESCAPE_PREFIX - Static variable in class net.ucanaccess.triggers.TriggerBase
 
ESCAPED_COLUMN_NAME - Static variable in class net.ucanaccess.type.SqlConstants
 
ESCAPED_TABLE_NAME - Static variable in class net.ucanaccess.type.SqlConstants
 
escapeIdentifier(String) - Static method in class net.ucanaccess.converters.SQLConverter
 
escapeIdentifier(String, Connection) - Static method in class net.ucanaccess.converters.SQLConverter
 
execute() - Method in class net.ucanaccess.jdbc.AbstractExecuteResultSet
 
execute() - Method in class net.ucanaccess.jdbc.Execute
 
execute() - Method in class net.ucanaccess.jdbc.ExecuteUpdate
 
execute() - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
execute() - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
execute(String) - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
execute(String, int) - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
execute(String, int[]) - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
execute(String, String[]) - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
Execute - Class in net.ucanaccess.jdbc
 
Execute(UcanaccessPreparedStatement) - Constructor for class net.ucanaccess.jdbc.Execute
 
Execute(UcanaccessStatement, String) - Constructor for class net.ucanaccess.jdbc.Execute
 
Execute(UcanaccessStatement, String, int) - Constructor for class net.ucanaccess.jdbc.Execute
 
Execute(UcanaccessStatement, String, int[]) - Constructor for class net.ucanaccess.jdbc.Execute
 
Execute(UcanaccessStatement, String, String[]) - Constructor for class net.ucanaccess.jdbc.Execute
 
executeBase() - Method in class net.ucanaccess.jdbc.AbstractExecute
 
executeBatch() - Method in class net.ucanaccess.jdbc.ExecuteUpdate
 
executeBatch() - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
executeQuery() - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
executeQuery(String) - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
executeUpdate() - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
executeUpdate() - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
executeUpdate(String) - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
executeUpdate(String, int) - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
executeUpdate(String, int[]) - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
executeUpdate(String, String[]) - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
ExecuteUpdate - Class in net.ucanaccess.jdbc
 
ExecuteUpdate(UcanaccessPreparedStatement) - Constructor for class net.ucanaccess.jdbc.ExecuteUpdate
 
ExecuteUpdate(UcanaccessStatement, String) - Constructor for class net.ucanaccess.jdbc.ExecuteUpdate
 
ExecuteUpdate(UcanaccessStatement, String, int) - Constructor for class net.ucanaccess.jdbc.ExecuteUpdate
 
ExecuteUpdate(UcanaccessStatement, String, int[]) - Constructor for class net.ucanaccess.jdbc.ExecuteUpdate
 
ExecuteUpdate(UcanaccessStatement, String, String[]) - Constructor for class net.ucanaccess.jdbc.ExecuteUpdate
 
executeWrapped() - Method in class net.ucanaccess.jdbc.AbstractExecute
 
executeWrapped() - Method in class net.ucanaccess.jdbc.AbstractExecuteResultSet
 
executeWrapped() - Method in class net.ucanaccess.jdbc.Execute
 
executeWrapped() - Method in class net.ucanaccess.jdbc.ExecuteUpdate
 
EXISTS - Static variable in class net.ucanaccess.type.SqlConstants
 
explainCause(Throwable) - Static method in exception net.ucanaccess.jdbc.UcanaccessSQLException
 
Exporter - Class in net.ucanaccess.console
Class that exports the given ResultSet to CSV format.
Exporter.Builder - Class in net.ucanaccess.console
Builder for Exporter.

F

FAILED_TO_CREATE_FUNCTION - Enum constant in enum net.ucanaccess.log.LoggerMessageEnum
 
featureNotSupported() - Static method in exception net.ucanaccess.util.UcanaccessRuntimeException
 
FeatureNotSupportedException - Exception in net.ucanaccess.jdbc
Deprecated, for removal: This API element is subject to removal in a future version.
Implement missing features or throw general Ucanacess exception.
FeatureNotSupportedException() - Constructor for exception net.ucanaccess.jdbc.FeatureNotSupportedException
Deprecated.
 
FeatureNotSupportedException(FeatureNotSupportedException.NotSupportedMessage) - Constructor for exception net.ucanaccess.jdbc.FeatureNotSupportedException
Deprecated.
 
FeatureNotSupportedException.NotSupportedMessage - Enum in net.ucanaccess.jdbc
Deprecated.
 
findColumn(String) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
fire(int, String, String, Object[], Object[]) - Method in class net.ucanaccess.triggers.TriggerAppendOnly
 
fire(int, String, String, Object[], Object[]) - Method in class net.ucanaccess.triggers.TriggerAutoNumber
 
fire(int, String, String, Object[], Object[]) - Method in class net.ucanaccess.triggers.TriggerDelete
 
fire(int, String, String, Object[], Object[]) - Method in class net.ucanaccess.triggers.TriggerInsert
 
fire(int, String, String, Object[], Object[]) - Method in class net.ucanaccess.triggers.TriggerUpdate
 
first() - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
first(Boolean, Boolean, Boolean[], Integer[]) - Static method in class net.ucanaccess.converters.FunctionsAggregate
 
first(Object, Boolean, Object[], Integer[]) - Static method in class net.ucanaccess.converters.FunctionsAggregate
 
first(String, Boolean, String[], Integer[]) - Static method in class net.ucanaccess.converters.FunctionsAggregate
 
first(BigDecimal, Boolean, BigDecimal[], Integer[]) - Static method in class net.ucanaccess.converters.FunctionsAggregate
 
first(Timestamp, Boolean, Timestamp[], Integer[]) - Static method in class net.ucanaccess.converters.FunctionsAggregate
 
fix(Double) - Static method in class net.ucanaccess.converters.Functions
Returns the integer portion of a number.
FK_NAME - Static variable in class net.ucanaccess.type.SqlConstants
 
FKCOLUMN_NAME - Static variable in class net.ucanaccess.type.SqlConstants
 
format(Double, String) - Static method in class net.ucanaccess.converters.Functions
 
format(String, String) - Static method in class net.ucanaccess.converters.Functions
 
format(String, String, boolean) - Static method in class net.ucanaccess.converters.Functions
 
format(Timestamp, String) - Static method in class net.ucanaccess.converters.Functions
 
FormatCache - Class in net.ucanaccess.converters
 
formulaToBoolean(Boolean, String) - Static method in class net.ucanaccess.converters.Functions
 
formulaToBoolean(Double, String) - Static method in class net.ucanaccess.converters.Functions
 
formulaToBoolean(String, String) - Static method in class net.ucanaccess.converters.Functions
 
formulaToBoolean(Timestamp, String) - Static method in class net.ucanaccess.converters.Functions
 
formulaToDate(Boolean, String) - Static method in class net.ucanaccess.converters.Functions
 
formulaToDate(Double, String) - Static method in class net.ucanaccess.converters.Functions
 
formulaToDate(String, String) - Static method in class net.ucanaccess.converters.Functions
 
formulaToDate(Timestamp, String) - Static method in class net.ucanaccess.converters.Functions
 
formulaToNumeric(Boolean, String) - Static method in class net.ucanaccess.converters.Functions
 
formulaToNumeric(Double, String) - Static method in class net.ucanaccess.converters.Functions
 
formulaToNumeric(String, String) - Static method in class net.ucanaccess.converters.Functions
 
formulaToNumeric(Timestamp, String) - Static method in class net.ucanaccess.converters.Functions
 
formulaToText(Boolean, String) - Static method in class net.ucanaccess.converters.Functions
 
formulaToText(Double, String) - Static method in class net.ucanaccess.converters.Functions
 
formulaToText(String, String) - Static method in class net.ucanaccess.converters.Functions
 
formulaToText(Timestamp, String) - Static method in class net.ucanaccess.converters.Functions
 
free() - Method in class net.ucanaccess.jdbc.UcanaccessBlob
 
FROM - Static variable in class net.ucanaccess.type.SqlConstants
 
functionName() - Element in annotation type net.ucanaccess.ext.FunctionType
 
Functions - Class in net.ucanaccess.converters
 
FunctionsAggregate - Class in net.ucanaccess.converters
 
FunctionType - Annotation Type in net.ucanaccess.ext
 
fv(double, int, double) - Static method in class net.ucanaccess.converters.Functions
 
fv(double, int, double, double) - Static method in class net.ucanaccess.converters.Functions
 
fv(double, int, double, double, double) - Static method in class net.ucanaccess.converters.Functions
 

G

generatedKeyAlwaysReturned() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
get() - Method in interface net.ucanaccess.util.IThrowingSupplier
Gets a result.
get() - Method in class net.ucanaccess.util.Try
Gets the value or re-throws the exception if one has occurred.
getAccess2HsqlTypesMap() - Static method in class net.ucanaccess.converters.TypesMap
 
getAccessPath() - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
getAliases() - Method in class net.ucanaccess.jdbc.NormalizedSQL
 
getAliases() - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
getAM() - Method in class net.ucanaccess.converters.RegionalSettings
 
getArray(int) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getArray(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getArray(String) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getArray(String) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getAsciiStream(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getAsciiStream(String) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getAttributes(String, String, String, String) - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getAutoCommit() - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
getAutoGeneratedKeys() - Method in class net.ucanaccess.jdbc.AbstractExecute
 
getBestIndex() - Method in class net.ucanaccess.commands.IndexSelector
 
getBestRowIdentifier(String, String, String, int, boolean) - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getBigDecimal(int) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getBigDecimal(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getBigDecimal(int, int) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getBigDecimal(int, int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
Deprecated.
getBigDecimal(String) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getBigDecimal(String) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getBigDecimal(String, int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
Deprecated.
getBinaryStream() - Method in class net.ucanaccess.jdbc.UcanaccessBlob
 
getBinaryStream(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getBinaryStream(long, long) - Method in class net.ucanaccess.jdbc.UcanaccessBlob
 
getBinaryStream(String) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getBlob(int) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getBlob(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getBlob(String) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getBlob(String) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getBlobKey(byte[]) - Static method in class net.ucanaccess.jdbc.BlobKey
 
getBlobKey(InputStream) - Static method in class net.ucanaccess.jdbc.BlobKey
 
getBoolean(int) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getBoolean(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getBoolean(String) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getBoolean(String) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getByte(int) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getByte(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getByte(String) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getByte(String) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getBytes() - Method in class net.ucanaccess.jdbc.BlobKey
 
getBytes(int) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getBytes(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getBytes(long, int) - Method in class net.ucanaccess.jdbc.UcanaccessBlob
 
getBytes(String) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getBytes(String) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getCatalog() - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
getCatalogName(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSetMetaData
 
getCatalogs() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getCatalogSeparator() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getCatalogTerm() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getCharacterStream(int) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getCharacterStream(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getCharacterStream(String) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getCharacterStream(String) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getClientInfo() - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
getClientInfo(String) - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
getClientInfoProperties() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getClob(int) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getClob(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getClob(String) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getClob(String) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getColumn(String) - Method in class net.ucanaccess.converters.UcanaccessTable
 
getColumnClassName(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSetMetaData
 
getColumnCount() - Method in class net.ucanaccess.converters.UcanaccessTable
 
getColumnCount() - Method in class net.ucanaccess.jdbc.UcanaccessResultSetMetaData
 
getColumnDefinition() - Method in enum net.ucanaccess.converters.SQLConverter.DDLType
 
getColumnDisplaySize(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSetMetaData
 
getColumnLabel(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSetMetaData
 
getColumnName() - Method in class net.ucanaccess.complex.ComplexBase
 
getColumnName() - Method in class net.ucanaccess.jdbc.BlobKey
 
getColumnName(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSetMetaData
 
getColumnName(String, String) - Method in class net.ucanaccess.converters.Metadata
 
getColumnNames() - Method in class net.ucanaccess.jdbc.AbstractExecute
 
getColumnNames(String) - Method in class net.ucanaccess.converters.Metadata
 
getColumnOrder() - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
getColumnPrivileges(String, String, String, String) - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getColumns() - Method in class net.ucanaccess.converters.UcanaccessTable
 
getColumns(String, String, String, String) - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getColumnType(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSetMetaData
 
getColumnTypeName(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSetMetaData
 
getCommandType() - Method in class net.ucanaccess.jdbc.AbstractExecute
 
getComposite() - Method in class net.ucanaccess.commands.CompositeCommand
 
getConcatNulls() - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
getConcurrency() - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getConnection() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getConnection() - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
Opens the connection to the Access database.
getConnection() - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
getConnection(String, String) - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
Opens the connection to the Access database using the provided user name and password.
getCreatedDate() - Method in class net.ucanaccess.converters.UcanaccessTable
 
getCrossReference(String, String, String, String, String, String) - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getCtxConnection() - Static method in class net.ucanaccess.jdbc.UcanaccessConnection
 
getCtxExcId() - Static method in class net.ucanaccess.jdbc.UcanaccessConnection
 
getCurrencyDefault() - Static method in class net.ucanaccess.converters.FormatCache
 
getCurrentConnection() - Method in class net.ucanaccess.jdbc.Context
 
getCurrentExecId() - Method in class net.ucanaccess.jdbc.Context
 
getCursor() - Method in class net.ucanaccess.commands.IndexSelector
 
getCursorName() - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getData() - Method in class net.ucanaccess.complex.Attachment
 
getDatabase() - Method in class net.ucanaccess.converters.UcanaccessTable
 
getDatabaseMajorVersion() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getDatabaseMinorVersion() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getDatabaseProductName() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getDatabaseProductVersion() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getDate(int) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getDate(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getDate(int, Calendar) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getDate(int, Calendar) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getDate(String) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getDate(String) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getDate(String, Calendar) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getDate(String, Calendar) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getDateFormats() - Method in class net.ucanaccess.converters.RegionalSettings
 
getDbIO() - Method in class net.ucanaccess.jdbc.DBReference
 
getDbIO() - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
getDBObjectName() - Method in enum net.ucanaccess.converters.SQLConverter.DDLType
 
getDDLDefault(String) - Static method in class net.ucanaccess.converters.SQLConverter
 
getDDLType(String) - Static method in enum net.ucanaccess.converters.SQLConverter.DDLType
 
getDDLType(String) - Static method in class net.ucanaccess.converters.SQLConverter
 
getDecimalFormat(String) - Static method in class net.ucanaccess.converters.FormatCache
 
getDefaultAccessVersion() - Static method in enum net.ucanaccess.type.AccessVersion
 
getDefaultCursor() - Method in class net.ucanaccess.converters.UcanaccessTable
 
getDefaultTransactionIsolation() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getDefaultValue() - Method in enum net.ucanaccess.converters.Metadata.Property
 
getDescription() - Method in enum net.ucanaccess.converters.Metadata.Property
 
getDouble(int) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getDouble(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getDouble(String) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getDouble(String) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getDriverMajorVersion() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getDriverMinorVersion() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getDriverName() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getDriverVersion() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getEncrypt() - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
getErrorHandler() - Method in class net.ucanaccess.converters.UcanaccessTable
 
getEscapedColumnName(String, String) - Method in class net.ucanaccess.converters.Metadata
 
getEscapedTableName(String) - Method in class net.ucanaccess.converters.Metadata
 
getException() - Method in class net.ucanaccess.converters.ParametricQuery
 
getException() - Method in class net.ucanaccess.util.Try
Gets the exception or null if none has occurred.
getExecId() - Method in class net.ucanaccess.commands.AddColumnCommand
 
getExecId() - Method in class net.ucanaccess.commands.AlterRenameCommand
 
getExecId() - Method in class net.ucanaccess.commands.CompositeCommand
 
getExecId() - Method in class net.ucanaccess.commands.CreateForeignKeyCommand
 
getExecId() - Method in class net.ucanaccess.commands.CreateIndexCommand
 
getExecId() - Method in class net.ucanaccess.commands.CreatePrimaryKeyCommand
 
getExecId() - Method in class net.ucanaccess.commands.CreateTableCommand
 
getExecId() - Method in class net.ucanaccess.commands.DeleteCommand
 
getExecId() - Method in class net.ucanaccess.commands.DropForeignKeyCommand
 
getExecId() - Method in class net.ucanaccess.commands.DropTableCommand
 
getExecId() - Method in interface net.ucanaccess.commands.ICommand
 
getExecId() - Method in class net.ucanaccess.commands.InsertCommand
 
getExecId() - Method in class net.ucanaccess.commands.UpdateCommand
 
getExportedKeys(String, String, String) - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getExtraNameCharacters() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getFetchDirection() - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getFetchDirection() - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
getFetchSize() - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getFetchSize() - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
getFileFormat() - Method in enum net.ucanaccess.type.AccessVersion
 
getFlags() - Method in class net.ucanaccess.complex.Attachment
 
getFloat(int) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getFloat(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getFloat(String) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getFloat(String) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getForeignKeyIndex(Table) - Method in class net.ucanaccess.converters.UcanaccessTable
 
getFormulaDependencies(String) - Static method in class net.ucanaccess.converters.SQLConverter
 
getFunctionColumns(String, String, String, String) - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getFunctions(String, String, String) - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getGeneralPattern() - Method in class net.ucanaccess.converters.RegionalSettings
 
getGeneratedKeys() - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getGeneratedKeys() - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
getHoldability() - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
getHoldability() - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getHSQLDBConnection() - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
getHSQLDBConnection(Session) - Method in class net.ucanaccess.jdbc.DBReference
 
getHsqlType() - Method in enum net.ucanaccess.converters.TypesMap.AccessType
 
getIdentifierQuoteString() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getIgnoreCase() - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
getImmediatelyReleaseResources() - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
getImportedKeys(String, String, String) - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getInactivityTimeout() - Method in class net.ucanaccess.jdbc.DBReference
 
getInactivityTimeout() - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
getIndex(String) - Method in class net.ucanaccess.converters.UcanaccessTable
 
getIndexes() - Method in class net.ucanaccess.converters.UcanaccessTable
 
getIndexes() - Method in class net.ucanaccess.jdbc.AbstractExecute
 
getIndexInfo(String, String, String, boolean, boolean) - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getIndexSelector() - Method in class net.ucanaccess.commands.DeleteCommand
 
getIndexSelector() - Method in interface net.ucanaccess.commands.ICursorCommand
 
getIndexSelector() - Method in class net.ucanaccess.commands.UpdateCommand
 
getInstance() - Static method in class net.ucanaccess.jdbc.DBReferenceSingleton
 
getInt(int) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getInt(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getInt(String) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getInt(String) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getJackcessOpener() - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
getJDBCMajorVersion() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getJDBCMinorVersion() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getKeepMirror() - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
getKey() - Method in class net.ucanaccess.jdbc.BlobKey
 
getLoadingWarnings() - Method in class net.ucanaccess.converters.LoadJet
 
getLobScale() - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
getLocalizedMessage() - Method in exception net.ucanaccess.jdbc.UcanaccessSQLException
 
getLoginTimeout() - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
 
getLogPrintWriter() - Static method in class net.ucanaccess.log.Logger
 
getLogWriter() - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
 
getLong(int) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getLong(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getLong(String) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getLong(String) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getLongDatePattern() - Method in class net.ucanaccess.converters.RegionalSettings
 
getLongTimePattern() - Method in class net.ucanaccess.converters.RegionalSettings
 
getMajorVersion() - Method in class net.ucanaccess.jdbc.UcanaccessDriver
 
getMaxBinaryLiteralLength() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getMaxCatalogNameLength() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getMaxCharLiteralLength() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getMaxColumnNameLength() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getMaxColumnsInGroupBy() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getMaxColumnsInIndex() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getMaxColumnsInOrderBy() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getMaxColumnsInSelect() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getMaxColumnsInTable() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getMaxConnections() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getMaxCursorNameLength() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getMaxFieldSize() - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getMaxFieldSize() - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
getMaxIndexLength() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getMaxLen() - Method in enum net.ucanaccess.converters.Metadata.Property
 
getMaxProcedureNameLength() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getMaxRows() - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getMaxRows() - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
getMaxRowSize() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getMaxSchemaNameLength() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getMaxStatementLength() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getMaxStatements() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getMaxTableNameLength() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getMaxTablesInSelect() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getMaxUserNameLength() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getMediumDatePattern() - Method in class net.ucanaccess.converters.RegionalSettings
 
getMediumTimePattern() - Method in class net.ucanaccess.converters.RegionalSettings
 
getMemory() - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
getMessage() - Method in exception net.ucanaccess.jdbc.UcanaccessSQLException
 
getMessage(String, Object...) - Static method in class net.ucanaccess.log.Logger
 
getMessage(ILoggerResourceMessage, Object...) - Static method in class net.ucanaccess.log.Logger
 
getMetaData() - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getMetaData() - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
getMetaData() - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
getMetaData() - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getMinorVersion() - Method in class net.ucanaccess.jdbc.UcanaccessDriver
 
getMirrorFolder() - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
getModifiedDate() - Method in class net.ucanaccess.complex.Version
 
getMoreResults() - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getMoreResults() - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
getMoreResults(int) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getMoreResults(int) - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
getName() - Method in class net.ucanaccess.complex.Attachment
 
getName() - Method in class net.ucanaccess.converters.UcanaccessTable
 
getNCharacterStream(int) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getNCharacterStream(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getNCharacterStream(String) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getNCharacterStream(String) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getNClob(int) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getNClob(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getNClob(String) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getNClob(String) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getNetworkTimeout() - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
getNewDatabaseVersion() - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
getNextRow() - Method in class net.ucanaccess.converters.UcanaccessTable
 
getNoArgs() - Static method in class net.ucanaccess.converters.FormatCache
 
getNoGrouping() - Static method in class net.ucanaccess.converters.FormatCache
 
getNString(int) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getNString(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getNString(String) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getNString(String) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getNumericFunctions() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getObject(int) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getObject(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getObject(int, Class<T>) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getObject(int, Class<T>) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getObject(int, Map<String, Class<?>>) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getObject(int, Map<String, Class<?>>) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getObject(String) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getObject(String) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getObject(String, Class<T>) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getObject(String, Class<T>) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getObject(String, Map<String, Class<?>>) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getObject(String, Map<String, Class<?>>) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class net.ucanaccess.jdbc.UcanaccessDataSourceFactory
 
getOleBlob(Database) - Method in class net.ucanaccess.jdbc.BlobKey
 
getOpenExclusive() - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
getParameterMetaData() - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
getParameters(String) - Static method in class net.ucanaccess.converters.SQLConverter
 
getParentLogger() - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
 
getParentLogger() - Method in class net.ucanaccess.jdbc.UcanaccessDriver
 
getPassword() - Method in class net.ucanaccess.jdbc.Session
 
getPassword() - Method in class net.ucanaccess.jdbc.UcanaccessConnectionBuilder
 
getPM() - Method in class net.ucanaccess.converters.RegionalSettings
 
getPrecision(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSetMetaData
 
getPreparedStatement(String, List<String>) - Static method in class net.ucanaccess.converters.SQLConverter
 
getPreventReloading() - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
getPrimaryKeyIndex() - Method in class net.ucanaccess.converters.UcanaccessTable
 
getPrimaryKeys(String, String, String) - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getProcedureColumns(String, String, String, String) - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getProcedures(String, String, String) - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getProcedureTerm() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getProperties() - Method in class net.ucanaccess.converters.UcanaccessTable
 
getPropertyInfo(String, Properties) - Method in class net.ucanaccess.jdbc.UcanaccessDriver
 
getPseudoColumns(String, String, String, String) - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getQueryTimeout() - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
getRef(int) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getRef(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getRef(String) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getRef(String) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getReference() - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
 
getReference(File) - Method in class net.ucanaccess.jdbc.DBReferenceSingleton
 
getRegionalSettings() - Static method in class net.ucanaccess.converters.RegionalSettings
 
getRegionalSettings(Locale) - Static method in class net.ucanaccess.converters.RegionalSettings
 
getRelationshipName() - Method in class net.ucanaccess.commands.CreateForeignKeyCommand
 
getRelationshipName() - Method in class net.ucanaccess.commands.DropForeignKeyCommand
 
getReMap() - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
getResultSet() - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getResultSet() - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
getResultSetConcurrency() - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
getResultSetHoldability() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getResultSetHoldability() - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
getResultSetType() - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
getRow() - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getRowCount() - Method in class net.ucanaccess.converters.UcanaccessTable
 
getRowId(int) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getRowId(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getRowId(String) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getRowId(String) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getRowIdLifetime() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getRowPattern() - Method in class net.ucanaccess.commands.DeleteCommand
 
getRowPattern() - Method in interface net.ucanaccess.commands.ICursorCommand
 
getRowPattern() - Method in class net.ucanaccess.commands.UpdateCommand
 
getRowPattern(Object[], Table) - Method in class net.ucanaccess.converters.Persist2Jet
 
getRowPattern(Object[], Table) - Method in class net.ucanaccess.triggers.TriggerBase
 
getRS() - Method in class net.ucanaccess.converters.RegionalSettings
 
getSavepointId() - Method in class net.ucanaccess.jdbc.UcanaccessSavepoint
 
getSavepointName() - Method in class net.ucanaccess.jdbc.UcanaccessSavepoint
 
getScale(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSetMetaData
 
getSchema() - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
getSchemaName(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSetMetaData
 
getSchemas() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getSchemas(String, String) - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getSchemaTerm() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getSearchStringEscape() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getSecondDBObjectName() - Method in enum net.ucanaccess.converters.SQLConverter.DDLType
 
getSelect(String) - Method in enum net.ucanaccess.converters.SQLConverter.DDLType
 
getSharp() - Static method in class net.ucanaccess.converters.FormatCache
 
getShort(int) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getShort(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getShort(String) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getShort(String) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getShortDatePattern() - Method in class net.ucanaccess.converters.RegionalSettings
 
getShortTimePattern() - Method in class net.ucanaccess.converters.RegionalSettings
 
getShowSchema() - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
getSignature() - Method in class net.ucanaccess.converters.ParametricQuery
 
getSkipIndexes() - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
getSql() - Method in class net.ucanaccess.jdbc.AbstractExecute
 
getSql() - Method in class net.ucanaccess.jdbc.NormalizedSQL
 
getSQLKeywords() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getSQLStateType() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getSQLXML(int) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getSQLXML(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getSQLXML(String) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getSQLXML(String) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getStatement() - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getString(int) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getString(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getString(String) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getString(String) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getStringFunctions() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getSuperTables(String, String, String) - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getSuperTypes(String, String, String) - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getSysSchema() - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
getSystemFunctions() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getTable(String, UcanaccessConnection) - Method in class net.ucanaccess.triggers.TriggerBase
 
getTableId(String) - Method in class net.ucanaccess.converters.Metadata
 
getTableName() - Method in class net.ucanaccess.commands.AddColumnCommand
 
getTableName() - Method in class net.ucanaccess.commands.AlterRenameCommand
 
getTableName() - Method in class net.ucanaccess.commands.CompositeCommand
 
getTableName() - Method in class net.ucanaccess.commands.CreateForeignKeyCommand
 
getTableName() - Method in class net.ucanaccess.commands.CreateIndexCommand
 
getTableName() - Method in class net.ucanaccess.commands.CreatePrimaryKeyCommand
 
getTableName() - Method in class net.ucanaccess.commands.CreateTableCommand
 
getTableName() - Method in class net.ucanaccess.commands.DeleteCommand
 
getTableName() - Method in class net.ucanaccess.commands.DropForeignKeyCommand
 
getTableName() - Method in class net.ucanaccess.commands.DropTableCommand
 
getTableName() - Method in interface net.ucanaccess.commands.ICommand
 
getTableName() - Method in class net.ucanaccess.commands.InsertCommand
 
getTableName() - Method in class net.ucanaccess.commands.UpdateCommand
 
getTableName() - Method in class net.ucanaccess.complex.ComplexBase
 
getTableName(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSetMetaData
 
getTableName(String) - Method in class net.ucanaccess.converters.Metadata
 
getTablePrivileges(String, String, String) - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getTables(String, String, String, String[]) - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getTableTypes() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getThirdDBObjectName() - Method in enum net.ucanaccess.converters.SQLConverter.DDLType
 
getTime(int) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getTime(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getTime(int, Calendar) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getTime(int, Calendar) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getTime(String) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getTime(String) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getTime(String, Calendar) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getTime(String, Calendar) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getTimeDateFunctions() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getTimestamp(int) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getTimestamp(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getTimestamp(int, Calendar) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getTimestamp(int, Calendar) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getTimestamp(String) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getTimestamp(String) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getTimestamp(String, Calendar) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getTimestamp(String, Calendar) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getTimeStamp() - Method in class net.ucanaccess.complex.Attachment
 
getToKeepHsql() - Method in class net.ucanaccess.jdbc.DBReference
 
getTransactionIsolation() - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
getType() - Method in class net.ucanaccess.commands.AddColumnCommand
 
getType() - Method in class net.ucanaccess.commands.AlterRenameCommand
 
getType() - Method in class net.ucanaccess.commands.CompositeCommand
 
getType() - Method in class net.ucanaccess.commands.CreateForeignKeyCommand
 
getType() - Method in class net.ucanaccess.commands.CreateIndexCommand
 
getType() - Method in class net.ucanaccess.commands.CreatePrimaryKeyCommand
 
getType() - Method in class net.ucanaccess.commands.CreateTableCommand
 
getType() - Method in class net.ucanaccess.commands.DeleteCommand
 
getType() - Method in class net.ucanaccess.commands.DropForeignKeyCommand
 
getType() - Method in class net.ucanaccess.commands.DropTableCommand
 
getType() - Method in interface net.ucanaccess.commands.ICommand
 
getType() - Method in class net.ucanaccess.commands.InsertCommand
 
getType() - Method in class net.ucanaccess.commands.UpdateCommand
 
getType() - Method in class net.ucanaccess.complex.Attachment
 
getType() - Method in enum net.ucanaccess.converters.Metadata.Property
 
getType() - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getTypeInfo() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getTypeMap() - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
getUDTs(String, String, String, int[]) - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getUnicodeStream(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
Deprecated.
getUnicodeStream(String) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
Deprecated.
getUpdateCount() - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
getUpdatedDate() - Method in class net.ucanaccess.converters.UcanaccessTable
 
getUrl() - Method in class net.ucanaccess.complex.Attachment
 
getUrl() - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
getUrl() - Method in class net.ucanaccess.jdbc.UcanaccessConnectionBuilder
 
getURL() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getURL(int) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getURL(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getURL(String) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
getURL(String) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getUser() - Method in class net.ucanaccess.jdbc.Session
 
getUser() - Method in class net.ucanaccess.jdbc.UcanaccessConnectionBuilder
 
getUser() - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
 
getUserName() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getValue() - Method in class net.ucanaccess.complex.SingleValue
 
getValue() - Method in class net.ucanaccess.complex.Version
 
getValues() - Method in class net.ucanaccess.complex.UnsupportedValue
 
getValues(Map<String, Object>, Table) - Method in class net.ucanaccess.converters.Persist2Jet
 
getVersion() - Static method in class net.ucanaccess.jdbc.DBReference
 
getVersionColumns(String, String, String) - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
getWarnings() - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
getWarnings() - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getWarnings() - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
getWrapped() - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getWrappedStatement() - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
getZpzz() - Static method in class net.ucanaccess.converters.FormatCache
 
GROUP_BY - Static variable in class net.ucanaccess.type.SqlConstants
 
GUID - Enum constant in enum net.ucanaccess.converters.TypesMap.AccessType
 

H

hasContext() - Static method in class net.ucanaccess.jdbc.UcanaccessConnection
 
hashCode() - Method in class net.ucanaccess.commands.CreateTableCommand
 
hashCode() - Method in class net.ucanaccess.complex.Attachment
 
hashCode() - Method in class net.ucanaccess.complex.ComplexBase
 
hashCode() - Method in class net.ucanaccess.complex.SingleValue
 
hashCode() - Method in class net.ucanaccess.complex.UnsupportedValue
 
hashCode() - Method in class net.ucanaccess.complex.Version
 
hashCode() - Method in class net.ucanaccess.util.Sql
 
hasIdentity(String) - Static method in class net.ucanaccess.converters.SQLConverter
 
hasPrimaryKey(Table) - Static method in class net.ucanaccess.jdbc.BlobKey
 
HAVING - Static variable in class net.ucanaccess.type.SqlConstants
 
HHMMSS_ACCESS_FORMAT - Static variable in class net.ucanaccess.converters.SQLConverter
 
HHMMSS_FORMAT - Static variable in class net.ucanaccess.converters.SQLConverter
 
HibernateSupport - Class in net.ucanaccess.util
Utilities for interoperability with the UCanAccess Hibernate dialect.
HSQLDB_DRIVER_NOT_FOUND - Enum constant in enum net.ucanaccess.log.LoggerMessageEnum
 
HYPERLINK - Enum constant in enum net.ucanaccess.converters.TypesMap.AccessType
 

I

ICommand - Interface in net.ucanaccess.commands
 
ICommand.CommandType - Enum in net.ucanaccess.commands
 
ICursorCommand - Interface in net.ucanaccess.commands
 
IF_NOT_EXISTS - Static variable in class net.ucanaccess.type.SqlConstants
 
IFeedbackAction - Interface in net.ucanaccess.commands
 
ignoreCase - Enum constant in enum net.ucanaccess.converters.Metadata.Property
 
iif(Boolean, Boolean, Boolean) - Static method in class net.ucanaccess.converters.Functions
 
iif(Boolean, Double, Double) - Static method in class net.ucanaccess.converters.Functions
 
iif(Boolean, Integer, Integer) - Static method in class net.ucanaccess.converters.Functions
 
iif(Boolean, String, String) - Static method in class net.ucanaccess.converters.Functions
Returns one of two parts, depending on the evaluation of an expression.
iif(Boolean, Timestamp, Timestamp) - Static method in class net.ucanaccess.converters.Functions
 
IJackcessOpenerInterface - Interface in net.ucanaccess.jdbc
 
ILoggerResourceMessage - Interface in net.ucanaccess.log
Interface implemented by logger and exception messages expected to exist in the resource bundle with logger messages.
immediatelyReleaseResources - Enum constant in enum net.ucanaccess.converters.Metadata.Property
 
in(SQLConverter.DDLType...) - Method in enum net.ucanaccess.converters.SQLConverter.DDLType
 
inactivityTimeout - Enum constant in enum net.ucanaccess.converters.Metadata.Property
 
includeBom(boolean) - Method in class net.ucanaccess.console.Exporter.Builder
Includes the Byte Order Mark.
incrementActiveConnection() - Method in class net.ucanaccess.jdbc.DBReference
 
INDEX_NAME - Static variable in class net.ucanaccess.type.SqlConstants
 
IndexSelector - Class in net.ucanaccess.commands
 
IndexSelector(Table) - Constructor for class net.ucanaccess.commands.IndexSelector
 
INSERT - Enum constant in enum net.ucanaccess.commands.ICommand.CommandType
 
INSERT - Static variable in class net.ucanaccess.type.SqlConstants
 
INSERT_INTO - Static variable in class net.ucanaccess.type.SqlConstants
 
InsertCommand - Class in net.ucanaccess.commands
 
InsertCommand(Table, Object[], String) - Constructor for class net.ucanaccess.commands.InsertCommand
 
InsertCommand(String, Database, Object[], String) - Constructor for class net.ucanaccess.commands.InsertCommand
 
InsertResultSet - Class in net.ucanaccess.jdbc
 
InsertResultSet(UcanaccessResultSet) - Constructor for class net.ucanaccess.jdbc.InsertResultSet
 
insertRow() - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
insertRow(Table, Object[]) - Method in class net.ucanaccess.commands.InsertCommand
 
insertsAreDetected(int) - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
instr(Integer, String, String) - Static method in class net.ucanaccess.converters.Functions
Returns the position of the first occurrence of a string in another string.
instr(Integer, String, String, Integer) - Static method in class net.ucanaccess.converters.Functions
 
instr(String, String) - Static method in class net.ucanaccess.converters.Functions
 
instr(String, String, Integer) - Static method in class net.ucanaccess.converters.Functions
 
instrrev(String, String) - Static method in class net.ucanaccess.converters.Functions
Returns the position of the first occurrence of a string in another string, starting from the end of the string.
instrrev(String, String, Integer) - Static method in class net.ucanaccess.converters.Functions
 
instrrev(String, String, Integer, Integer) - Static method in class net.ucanaccess.converters.Functions
 
INTEGER - Enum constant in enum net.ucanaccess.converters.TypesMap.AccessType
 
INTEGER - Static variable in class net.ucanaccess.type.SqlConstants
 
INTO - Static variable in class net.ucanaccess.type.SqlConstants
 
INVALID_CHARACTER_SEQUENCE - Enum constant in enum net.ucanaccess.log.LoggerMessageEnum
 
INVALID_CREATE_STATEMENT - Enum constant in enum net.ucanaccess.jdbc.UcanaccessSQLException.ExceptionMessages
 
INVALID_INTERVAL_VALUE - Enum constant in enum net.ucanaccess.jdbc.UcanaccessSQLException.ExceptionMessages
 
INVALID_JACKCESS_OPENER - Enum constant in enum net.ucanaccess.jdbc.UcanaccessSQLException.ExceptionMessages
 
INVALID_MONTH_NUMBER - Enum constant in enum net.ucanaccess.jdbc.UcanaccessSQLException.ExceptionMessages
 
INVALID_PARAMETER - Enum constant in enum net.ucanaccess.jdbc.UcanaccessSQLException.ExceptionMessages
 
INVALID_TYPES_IN_COMBINATION - Enum constant in enum net.ucanaccess.jdbc.UcanaccessSQLException.ExceptionMessages
 
IOnReloadReferenceListener - Interface in net.ucanaccess.jdbc
 
ipmt(double, double, double, double) - Static method in class net.ucanaccess.converters.Functions
 
ipmt(double, double, double, double, double) - Static method in class net.ucanaccess.converters.Functions
 
ipmt(double, double, double, double, double, double) - Static method in class net.ucanaccess.converters.Functions
 
IS_AUTOINCREMENT - Static variable in class net.ucanaccess.type.SqlConstants
 
IS_CURRENCY - Static variable in class net.ucanaccess.type.SqlConstants
 
IS_NOT_NULL - Static variable in class net.ucanaccess.type.SqlConstants
 
IS_NULL - Static variable in class net.ucanaccess.type.SqlConstants
 
is2xx() - Static method in class net.ucanaccess.jdbc.DBReference
 
isActive() - Static method in class net.ucanaccess.util.HibernateSupport
Checks the Java system property set by the constructor of the UCanAccessDialect class, indicating that we are running under a Hibernate process.
isAfterLast() - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
isAllowAutoNumberInsert() - Method in class net.ucanaccess.converters.UcanaccessTable
 
isAutoIncrement(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSetMetaData
 
isAutoIncrement(String, String) - Method in class net.ucanaccess.converters.Metadata
 
isBeforeFirst() - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
isCaseSensitive(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSetMetaData
 
isCatalogAtStart() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
isCheckModified() - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
isClosed() - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
isClosed() - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
isClosed() - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
isCloseOnCompletion() - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
isConcatNulls() - Method in class net.ucanaccess.jdbc.DBReference
 
isCurrency(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSetMetaData
 
isCurrency(String, String) - Method in class net.ucanaccess.converters.Metadata
 
isDate(String) - Static method in class net.ucanaccess.converters.Functions
Returns true if the expression is a valid date, otherwise false.
isDate(Timestamp) - Static method in class net.ucanaccess.converters.Functions
 
isDefinitelyWritable(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSetMetaData
 
isEncryptHSQLDB() - Method in class net.ucanaccess.jdbc.DBReference
 
isFeedbackState() - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
isFirst() - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
isHidden() - Method in class net.ucanaccess.converters.UcanaccessTable
 
isIgnoreCase() - Method in class net.ucanaccess.jdbc.DBReference
 
isInMemory() - Method in class net.ucanaccess.jdbc.DBReference
 
isIssueWithParameterName() - Method in class net.ucanaccess.converters.ParametricQuery
 
isLast() - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
isListedAsKeyword(String) - Static method in class net.ucanaccess.converters.SQLConverter
 
isNull(Double) - Static method in class net.ucanaccess.converters.Functions
 
isNull(String) - Static method in class net.ucanaccess.converters.Functions
Returns true if the expression is a null value, otherwise false.
isNull(Timestamp) - Static method in class net.ucanaccess.converters.Functions
 
isNullable(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSetMetaData
 
isNumeric(String) - Static method in class net.ucanaccess.converters.Functions
 
isNumeric(BigDecimal) - Static method in class net.ucanaccess.converters.Functions
Returns true if the expression is a valid number, otherwise false.
isPointDateSeparator() - Method in class net.ucanaccess.converters.RegionalSettings
 
isPoolable() - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
isPreventReloading() - Method in class net.ucanaccess.jdbc.DBReference
 
isPrimaryCursor() - Method in class net.ucanaccess.commands.IndexSelector
 
isReadOnly() - Method in class net.ucanaccess.jdbc.DBReference
 
isReadOnly() - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
isReadOnly() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
isReadOnly(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSetMetaData
 
isSearchable(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSetMetaData
 
isShowSchema() - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
isSigned(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSetMetaData
 
isSupportsAccessLike() - Static method in class net.ucanaccess.converters.SQLConverter
 
isSystem() - Method in class net.ucanaccess.converters.UcanaccessTable
 
isValid(int) - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
isValidValue(Object) - Method in enum net.ucanaccess.converters.Metadata.Property
 
isWrapperFor(Class<?>) - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
isWrapperFor(Class<?>) - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
isWrapperFor(Class<?>) - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
 
isWrapperFor(Class<?>) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
isWrapperFor(Class<?>) - Method in class net.ucanaccess.jdbc.UcanaccessResultSetMetaData
 
isWrapperFor(Class<?>) - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
isWritable(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSetMetaData
 
isXescaped(String) - Static method in class net.ucanaccess.converters.SQLConverter
 
iterator() - Method in class net.ucanaccess.converters.UcanaccessTable
 
IThrowingConsumer<I,T extends Throwable> - Interface in net.ucanaccess.util
An operation that accepts one argument, produces no result and may throw an exception.
IThrowingFunction<I,R,T extends Throwable> - Interface in net.ucanaccess.util
A function that accepts one argument, produces a result and may throw an exception.
IThrowingRunnable<T extends Throwable> - Interface in net.ucanaccess.util
A runnable which might throw an exception of type T.
IThrowingSupplier<R,T extends Throwable> - Interface in net.ucanaccess.util
A supplier of a result of type R which might throw an exception of type T.
IUcanaccessErrorCodes - Interface in net.ucanaccess.jdbc
 

J

jackcessOpener - Enum constant in enum net.ucanaccess.converters.Metadata.Property
 
jdbcCompliant() - Method in class net.ucanaccess.jdbc.UcanaccessDriver
 

K

KEEP_MIRROR_AND_OTHERS - Enum constant in enum net.ucanaccess.log.LoggerMessageEnum
 
keepMirror - Enum constant in enum net.ucanaccess.converters.Metadata.Property
 

L

last() - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
last(Boolean, Boolean, Boolean[], Integer[]) - Static method in class net.ucanaccess.converters.FunctionsAggregate
 
last(Object, Boolean, Object[], Integer[]) - Static method in class net.ucanaccess.converters.FunctionsAggregate
 
last(String, Boolean, String[], Integer[]) - Static method in class net.ucanaccess.converters.FunctionsAggregate
 
last(BigDecimal, Boolean, BigDecimal[], Integer[]) - Static method in class net.ucanaccess.converters.FunctionsAggregate
 
last(Timestamp, Boolean, Timestamp[], Integer[]) - Static method in class net.ucanaccess.converters.FunctionsAggregate
 
left(String, int) - Static method in class net.ucanaccess.converters.Functions
Extracts a substring from a string, starting from the left-most character.
leftS(String, int) - Static method in class net.ucanaccess.converters.Functions
 
len(String) - Static method in class net.ucanaccess.converters.Functions
Returns the length of the specified string.
length() - Method in class net.ucanaccess.jdbc.UcanaccessBlob
 
length() - Method in class net.ucanaccess.util.Sql
 
LIKE - Static variable in class net.ucanaccess.type.SqlConstants
 
loadDB() - Method in class net.ucanaccess.converters.LoadJet
 
loadDefaultValues(Column) - Method in class net.ucanaccess.converters.LoadJet
 
loadDefaultValues(Table) - Method in class net.ucanaccess.converters.LoadJet
 
loaded() - Method in class net.ucanaccess.converters.ParametricQuery
 
loaded(File) - Method in class net.ucanaccess.jdbc.DBReferenceSingleton
 
LoadJet - Class in net.ucanaccess.converters
 
LoadJet(Connection, Database) - Constructor for class net.ucanaccess.converters.LoadJet
 
loadProp() - Method in class net.ucanaccess.converters.Metadata
 
loadReference(File, Database.FileFormat, IJackcessOpenerInterface, String) - Method in class net.ucanaccess.jdbc.DBReferenceSingleton
 
lobScale - Enum constant in enum net.ucanaccess.converters.Metadata.Property
 
LOBSCALE - Enum constant in enum net.ucanaccess.log.LoggerMessageEnum
 
locatorsUpdateCopy() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
lockMdb - Enum constant in enum net.ucanaccess.converters.Metadata.Property
 
log(Object) - Static method in class net.ucanaccess.log.Logger
Prints the object followed by a line separator.
Logger - Class in net.ucanaccess.log
 
LoggerMessageEnum - Enum in net.ucanaccess.log
 
logWarning(String) - Static method in class net.ucanaccess.log.Logger
 
logWarning(ILoggerResourceMessage, String...) - Static method in class net.ucanaccess.log.Logger
 
LONG - Enum constant in enum net.ucanaccess.converters.TypesMap.AccessType
 
LONGVARCHAR - Static variable in class net.ucanaccess.type.SqlConstants
 

M

main(String[]) - Static method in class net.ucanaccess.console.Main
 
main(String[]) - Static method in class net.ucanaccess.converters.Functions
 
Main - Class in net.ucanaccess.console
 
Main(Connection, BufferedReader) - Constructor for class net.ucanaccess.console.Main
 
map(Function<? super V, ? extends V1>) - Method in class net.ucanaccess.util.Try
Performs a transformation on the internal value, if the source object does not have an exception.
map2hsqldb(DataType) - Static method in class net.ucanaccess.converters.TypesMap
 
map2Jackcess(TypesMap.AccessType) - Static method in class net.ucanaccess.converters.TypesMap
 
MAX_SIZE - Static variable in class net.ucanaccess.jdbc.BlobKey
 
MEMO - Enum constant in enum net.ucanaccess.converters.TypesMap.AccessType
 
memory - Enum constant in enum net.ucanaccess.converters.Metadata.Property
 
Metadata - Class in net.ucanaccess.converters
 
Metadata(Connection) - Constructor for class net.ucanaccess.converters.Metadata
 
Metadata.Property - Enum in net.ucanaccess.converters
Enum of Ucanaccess driver properties.
mid(String, int) - Static method in class net.ucanaccess.converters.Functions
Extracts a substring from a string (starting at any position).
mid(String, int, int) - Static method in class net.ucanaccess.converters.Functions
 
mint(boolean) - Static method in class net.ucanaccess.converters.Functions
 
mint(Double) - Static method in class net.ucanaccess.converters.Functions
Returns the integer portion of a number.
mirrorFolder - Enum constant in enum net.ucanaccess.converters.Metadata.Property
 
monthName(int) - Static method in class net.ucanaccess.converters.Functions
Returns a string representing the month given a number from 1 to 12.
monthName(int, boolean) - Static method in class net.ucanaccess.converters.Functions
 
moveToCurrentRow() - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
moveToInsertRow() - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
moveToNextRow(Cursor, Set<String>) - Method in class net.ucanaccess.commands.CompositeCommand
 
multipleValue(String...) - Static method in class net.ucanaccess.complex.SingleValue
 

N

name() - Method in interface net.ucanaccess.log.ILoggerResourceMessage
 
namingConflict() - Element in annotation type net.ucanaccess.ext.FunctionType
 
nativeSQL(String) - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
net.ucanaccess.commands - package net.ucanaccess.commands
 
net.ucanaccess.complex - package net.ucanaccess.complex
 
net.ucanaccess.console - package net.ucanaccess.console
 
net.ucanaccess.converters - package net.ucanaccess.converters
 
net.ucanaccess.ext - package net.ucanaccess.ext
 
net.ucanaccess.jdbc - package net.ucanaccess.jdbc
 
net.ucanaccess.log - package net.ucanaccess.log
 
net.ucanaccess.triggers - package net.ucanaccess.triggers
 
net.ucanaccess.type - package net.ucanaccess.type
 
net.ucanaccess.util - package net.ucanaccess.util
 
newColumn(String, String, String, Integer) - Method in class net.ucanaccess.converters.Metadata
 
newCursor() - Method in class net.ucanaccess.converters.UcanaccessTable
 
newDatabaseVersion - Enum constant in enum net.ucanaccess.converters.Metadata.Property
 
newTable(String, String, ObjectType) - Method in class net.ucanaccess.converters.Metadata
 
next() - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
NO_ARGUMENTS - Enum constant in enum net.ucanaccess.jdbc.AbstractExecute.CommandType
 
NO_SELECT - Enum constant in enum net.ucanaccess.log.LoggerMessageEnum
 
NON_UNIQUE - Static variable in class net.ucanaccess.type.SqlConstants
 
NormalizedSQL - Class in net.ucanaccess.jdbc
 
NormalizedSQL() - Constructor for class net.ucanaccess.jdbc.NormalizedSQL
 
normalizeName(String) - Static method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
NOT_A_VALID_PASSWORD - Enum constant in enum net.ucanaccess.jdbc.UcanaccessSQLException.ExceptionMessages
 
NOT_NULL - Static variable in class net.ucanaccess.converters.SQLConverter
 
NOT_SUPPORTED - Enum constant in enum net.ucanaccess.jdbc.FeatureNotSupportedException.NotSupportedMessage
Deprecated.
 
NOT_SUPPORTED - Enum constant in enum net.ucanaccess.log.LoggerMessageEnum
 
NOT_SUPPORTED_YET - Enum constant in enum net.ucanaccess.jdbc.FeatureNotSupportedException.NotSupportedMessage
Deprecated.
 
now() - Static method in class net.ucanaccess.converters.Functions
Returns the current system date and time.
nper(double, double, double) - Static method in class net.ucanaccess.converters.Functions
 
nper(double, double, double, double) - Static method in class net.ucanaccess.converters.Functions
 
nper(double, double, double, double, double) - Static method in class net.ucanaccess.converters.Functions
 
nullPlusNonNullIsNull() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
nullsAreSortedAtEnd() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
nullsAreSortedAtStart() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
nullsAreSortedHigh() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
nullsAreSortedLow() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
NUMERIC - Enum constant in enum net.ucanaccess.converters.TypesMap.AccessType
 
nz(Double) - Static method in class net.ucanaccess.converters.Functions
 
nz(Double, Double) - Static method in class net.ucanaccess.converters.Functions
 
nz(Integer) - Static method in class net.ucanaccess.converters.Functions
 
nz(Integer, Integer) - Static method in class net.ucanaccess.converters.Functions
 
nz(String) - Static method in class net.ucanaccess.converters.Functions
Returns the second argument if the first argument is null.
nz(String, String) - Static method in class net.ucanaccess.converters.Functions
 
nz(BigDecimal) - Static method in class net.ucanaccess.converters.Functions
 
nz(BigDecimal, BigDecimal) - Static method in class net.ucanaccess.converters.Functions
 

O

ObjectType - Enum in net.ucanaccess.type
Enum of database object types.
of(CharSequence...) - Static method in class net.ucanaccess.util.Sql
 
of(Iterable<? extends CharSequence>) - Static method in class net.ucanaccess.util.Sql
 
of(Supplier<R>) - Static method in interface net.ucanaccess.util.IThrowingSupplier
Creates a IThrowingSupplier from a Supplier.
OLE - Enum constant in enum net.ucanaccess.converters.TypesMap.AccessType
 
ON - Static variable in class net.ucanaccess.type.SqlConstants
 
ONLY_IN_MEMORY_ALLOWED - Enum constant in enum net.ucanaccess.jdbc.UcanaccessSQLException.ExceptionMessages
 
onReload() - Method in interface net.ucanaccess.jdbc.IOnReloadReferenceListener
 
open(File, String) - Method in class net.ucanaccess.jdbc.DBReference
 
open(File, String) - Method in class net.ucanaccess.jdbc.DefaultJackcessOpener
 
open(File, String) - Method in interface net.ucanaccess.jdbc.IJackcessOpenerInterface
 
openExclusive - Enum constant in enum net.ucanaccess.converters.Metadata.Property
 
or(Function<Throwable, R>) - Method in interface net.ucanaccess.util.IThrowingSupplier
Returns the supplied value, unless IThrowingSupplier.get() threw an exception, in which case the value produced by the supplying function is returned.
OR - Static variable in class net.ucanaccess.type.SqlConstants
 
ORDER_BY - Static variable in class net.ucanaccess.type.SqlConstants
 
orderJet(String) - Static method in class net.ucanaccess.converters.Functions
 
ORDINAL_POSITION - Static variable in class net.ucanaccess.type.SqlConstants
 
orElse(IThrowingConsumer<EC, Throwable>) - Method in class net.ucanaccess.util.Try
Executes _consumer with the exception as parameter, if an exception has occurred.
If an exception occurs during execution of the throwing consumer, that exception is thrown.
orElse(V) - Method in class net.ucanaccess.util.Try
Returns the successful value or if an exception has occurred returns _other.
orElseApply(IThrowingFunction<EC, V, Throwable>) - Method in class net.ucanaccess.util.Try
If an exception has occurred, executes _function with the exception as parameter to retrieve an alternative value, otherwise returns the value.
orElseGet(IThrowingSupplier<V, Throwable>) - Method in class net.ucanaccess.util.Try
If an exception has occurred, executes _supplier to get an alternative value, otherwise returns the value.
ORIGINAL_TYPE - Static variable in class net.ucanaccess.type.SqlConstants
 
orIgnore() - Method in class net.ucanaccess.util.Try
Returns the value on success or null ignoring any prior exception.
orThrow() - Method in class net.ucanaccess.util.Try
Returns the successful value or throws the exception that occurred earlier.
orThrow(Function<EC, T2>) - Method in class net.ucanaccess.util.Try
Returns the successful value or throws the exception returned by _function.
The function is applied if this object has previously thrown and must provide an exception.
othersDeletesAreVisible(int) - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
othersInsertsAreVisible(int) - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
othersUpdatesAreVisible(int) - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
ownDeletesAreVisible(int) - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
ownInsertsAreVisible(int) - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
ownUpdatesAreVisible(int) - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 

P

P2A - Static variable in class net.ucanaccess.triggers.TriggerBase
 
PARAMETER_NULL - Enum constant in enum net.ucanaccess.jdbc.UcanaccessSQLException.ExceptionMessages
 
ParametricQuery - Class in net.ucanaccess.converters
 
ParametricQuery(Connection, QueryImpl) - Constructor for class net.ucanaccess.converters.ParametricQuery
 
parse(Object) - Static method in enum net.ucanaccess.converters.Metadata.Property
 
parse(String) - Static method in enum net.ucanaccess.type.AccessVersion
 
parse(String) - Static method in enum net.ucanaccess.type.ColumnOrder
 
parsePivot(String) - Method in class net.ucanaccess.converters.Pivot
 
partition(Double, double, double, double) - Static method in class net.ucanaccess.converters.Functions
 
password - Enum constant in enum net.ucanaccess.converters.Metadata.Property
 
persist() - Method in class net.ucanaccess.commands.AddColumnCommand
 
persist() - Method in class net.ucanaccess.commands.AlterRenameCommand
 
persist() - Method in class net.ucanaccess.commands.CompositeCommand
 
persist() - Method in class net.ucanaccess.commands.CreateForeignKeyCommand
 
persist() - Method in class net.ucanaccess.commands.CreateIndexCommand
 
persist() - Method in class net.ucanaccess.commands.CreatePrimaryKeyCommand
 
persist() - Method in class net.ucanaccess.commands.CreateTableCommand
 
persist() - Method in class net.ucanaccess.commands.DeleteCommand
 
persist() - Method in class net.ucanaccess.commands.DropForeignKeyCommand
 
persist() - Method in class net.ucanaccess.commands.DropTableCommand
 
persist() - Method in interface net.ucanaccess.commands.ICommand
 
persist() - Method in class net.ucanaccess.commands.InsertCommand
 
persist() - Method in class net.ucanaccess.commands.UpdateCommand
 
Persist2Jet - Class in net.ucanaccess.converters
 
Persist2Jet() - Constructor for class net.ucanaccess.converters.Persist2Jet
 
persistCurrentRow(Cursor) - Method in class net.ucanaccess.commands.DeleteCommand
 
persistCurrentRow(Cursor) - Method in interface net.ucanaccess.commands.ICursorCommand
 
persistCurrentRow(Cursor) - Method in class net.ucanaccess.commands.UpdateCommand
 
Pivot - Class in net.ucanaccess.converters
 
Pivot(Connection) - Constructor for class net.ucanaccess.converters.Pivot
 
PIVOT - Static variable in class net.ucanaccess.type.SqlConstants
 
PKCOLUMN_NAME - Static variable in class net.ucanaccess.type.SqlConstants
 
PKTABLE_NAME - Static variable in class net.ucanaccess.type.SqlConstants
 
pmt(double, double, double) - Static method in class net.ucanaccess.converters.Functions
 
pmt(double, double, double, double) - Static method in class net.ucanaccess.converters.Functions
 
pmt(double, double, double, double, double) - Static method in class net.ucanaccess.converters.Functions
 
position(byte[], long) - Method in class net.ucanaccess.jdbc.UcanaccessBlob
 
position(Blob, long) - Method in class net.ucanaccess.jdbc.UcanaccessBlob
 
ppmt(double, int, int, double) - Static method in class net.ucanaccess.converters.Functions
 
ppmt(double, int, int, double, double) - Static method in class net.ucanaccess.converters.Functions
 
ppmt(double, int, int, double, double, double) - Static method in class net.ucanaccess.converters.Functions
 
preEscapingIdentifier(String) - Static method in class net.ucanaccess.converters.SQLConverter
 
prepare() - Method in class net.ucanaccess.converters.Pivot
 
prepareCall(String) - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
prepareCall(String, int, int) - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
prepareCall(String, int, int, int) - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
PREPARED_STATEMENT - Enum constant in enum net.ucanaccess.jdbc.AbstractExecute.CommandType
 
prepareStatement(String) - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
prepareStatement(String, int) - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
prepareStatement(String, int[]) - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
prepareStatement(String, int, int) - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
prepareStatement(String, int, int, int) - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
prepareStatement(String, String[]) - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
preprocess(String, Object) - Static method in class net.ucanaccess.converters.SQLConverter
 
preserveNewlines(boolean) - Method in class net.ucanaccess.console.Exporter.Builder
Preserves embedded linefeed \r and carriage return \n characters.
preventReloading - Enum constant in enum net.ucanaccess.converters.Metadata.Property
 
previous() - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
procedureEscapingIdentifier(String) - Static method in class net.ucanaccess.converters.SQLConverter
 
PUBLIC - Static variable in class net.ucanaccess.type.SqlConstants
 
put(String, String) - Method in class net.ucanaccess.jdbc.NormalizedSQL
 
put(String, DBReference) - Method in class net.ucanaccess.jdbc.DBReferenceSingleton
 
pv(double, double, double) - Static method in class net.ucanaccess.converters.Functions
 
pv(double, double, double, double) - Static method in class net.ucanaccess.converters.Functions
 
pv(double, double, double, double, double) - Static method in class net.ucanaccess.converters.Functions
 

R

rate(double, double, double) - Static method in class net.ucanaccess.converters.Functions
 
rate(double, double, double, double) - Static method in class net.ucanaccess.converters.Functions
 
rate(double, double, double, double, double) - Static method in class net.ucanaccess.converters.Functions
 
rate(double, double, double, double, double, double) - Static method in class net.ucanaccess.converters.Functions
 
readOnlyMirror - Enum constant in enum net.ucanaccess.converters.Metadata.Property
 
refreshRow() - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
RegionalSettings - Class in net.ucanaccess.converters
 
registerOutParameter(int, int) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
registerOutParameter(int, int, int) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
registerOutParameter(int, int, String) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
registerOutParameter(String, int) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
registerOutParameter(String, int, int) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
registerOutParameter(String, int, String) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
registerPivot(String) - Method in class net.ucanaccess.converters.Pivot
 
relative(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
releaseLock() - Method in class net.ucanaccess.jdbc.DBReference
 
releaseSavepoint(Savepoint) - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
reloadDbIO() - Method in class net.ucanaccess.jdbc.DBReference
 
reloadDbIO() - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
reMap - Enum constant in enum net.ucanaccess.converters.Metadata.Property
 
remove(String) - Method in class net.ucanaccess.jdbc.DBReferenceSingleton
 
removeParameters(String) - Static method in class net.ucanaccess.converters.SQLConverter
 
rename(String, String, String) - Method in class net.ucanaccess.converters.Metadata
 
renameTable(String, String) - Method in class net.ucanaccess.converters.Persist2Jet
 
replaceAutoincrement(Map<String, Object>) - Method in class net.ucanaccess.commands.AbstractCursorCommand
 
reset() - Method in class net.ucanaccess.converters.UcanaccessTable
 
reset() - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
reset() - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
reset(Column, int) - Static method in class net.ucanaccess.triggers.AutoNumberManager
Sets the AutoNumber seed to newVal.
reset(Statement) - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
resetFunctionsDefault() - Method in class net.ucanaccess.converters.LoadJet
 
restoreWorkAroundFunctions(String) - Static method in class net.ucanaccess.converters.SQLConverter
 
returnType() - Element in annotation type net.ucanaccess.ext.FunctionType
 
right(String, int) - Static method in class net.ucanaccess.converters.Functions
Extracts a substring from a string starting from the right-most character.
rightS(String, int) - Static method in class net.ucanaccess.converters.Functions
 
rnd() - Static method in class net.ucanaccess.converters.Functions
Generates a random number (integer value).
rnd(Double) - Static method in class net.ucanaccess.converters.Functions
 
rollback() - Method in class net.ucanaccess.commands.AddColumnCommand
 
rollback() - Method in class net.ucanaccess.commands.AlterRenameCommand
 
rollback() - Method in class net.ucanaccess.commands.CompositeCommand
 
rollback() - Method in class net.ucanaccess.commands.CreateForeignKeyCommand
 
rollback() - Method in class net.ucanaccess.commands.CreateIndexCommand
 
rollback() - Method in class net.ucanaccess.commands.CreatePrimaryKeyCommand
 
rollback() - Method in class net.ucanaccess.commands.CreateTableCommand
 
rollback() - Method in class net.ucanaccess.commands.DeleteCommand
 
rollback() - Method in class net.ucanaccess.commands.DropForeignKeyCommand
 
rollback() - Method in class net.ucanaccess.commands.DropTableCommand
 
rollback() - Method in interface net.ucanaccess.commands.ICommand
 
rollback() - Method in class net.ucanaccess.commands.InsertCommand
 
rollback() - Method in class net.ucanaccess.commands.UpdateCommand
 
rollback() - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
rollback(Savepoint) - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
round(double, double) - Static method in class net.ucanaccess.converters.Functions
Returns a number rounded to a specified number of decimal places.
ROW_COUNT - Enum constant in enum net.ucanaccess.log.LoggerMessageEnum
 
rowDeleted() - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
rowInserted() - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
rowUpdated() - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
run() - Method in interface net.ucanaccess.util.IThrowingRunnable
 

S

SELECT - Static variable in class net.ucanaccess.type.SqlConstants
 
SELECT_COLUMN_ESCAPED - Static variable in class net.ucanaccess.type.SqlConstants
 
Session - Class in net.ucanaccess.jdbc
 
Session() - Constructor for class net.ucanaccess.jdbc.Session
 
SET - Static variable in class net.ucanaccess.type.SqlConstants
 
setAccessPath(String) - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
Specifies the path to the Access database file.
setActive(Boolean) - Static method in class net.ucanaccess.util.HibernateSupport
Sets the Hibernate "active" status so tests can validate the Hibernate-specific code.
setAliases(Map<String, String>) - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
setAllowAutoNumberInsert(Boolean) - Method in class net.ucanaccess.converters.UcanaccessTable
 
setArray(int, Array) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setAsciiStream(int, InputStream) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setAsciiStream(int, InputStream, int) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setAsciiStream(int, InputStream, long) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setAsciiStream(String, InputStream) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setAsciiStream(String, InputStream, int) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setAsciiStream(String, InputStream, long) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setAutoCommit(boolean) - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
setBatchMode(boolean) - Static method in class net.ucanaccess.console.Main
 
setBigDecimal(int, BigDecimal) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setBigDecimal(String, BigDecimal) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setBinaryStream(int, InputStream) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setBinaryStream(int, InputStream, int) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setBinaryStream(int, InputStream, long) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setBinaryStream(long) - Method in class net.ucanaccess.jdbc.UcanaccessBlob
 
setBinaryStream(String, InputStream) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setBinaryStream(String, InputStream, int) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setBinaryStream(String, InputStream, long) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setBlob(int, InputStream) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setBlob(int, InputStream, long) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setBlob(int, Blob) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setBlob(String, InputStream) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setBlob(String, InputStream, long) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setBlob(String, Blob) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setBoolean(int, boolean) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setBoolean(String, boolean) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setByte(int, byte) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setByte(String, byte) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setBytes(int, byte[]) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setBytes(long, byte[]) - Method in class net.ucanaccess.jdbc.UcanaccessBlob
 
setBytes(long, byte[], int, int) - Method in class net.ucanaccess.jdbc.UcanaccessBlob
 
setBytes(String, byte[]) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setCatalog(String) - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
setCharacterStream(int, Reader) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setCharacterStream(int, Reader, int) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setCharacterStream(int, Reader, long) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setCharacterStream(String, Reader) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setCharacterStream(String, Reader, int) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setCharacterStream(String, Reader, long) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setClientInfo(String, String) - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
setClientInfo(Properties) - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
setClob(int, Reader) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setClob(int, Reader, long) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setClob(int, Clob) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setClob(String, Reader) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setClob(String, Reader, long) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setClob(String, Clob) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setColumnName(String) - Method in class net.ucanaccess.complex.ComplexBase
 
setColumnOrder(String) - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
Controls the order in which columns are returned by operations like SELECT *.
setColumnOrderDisplay() - Method in class net.ucanaccess.jdbc.DBReference
 
setConcatNulls(boolean) - Method in class net.ucanaccess.jdbc.DBReference
 
setConcatNulls(Boolean) - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
Controls what is returned by concatenations involving null values.
setCtxConnection(UcanaccessConnection) - Static method in class net.ucanaccess.jdbc.UcanaccessConnection
 
setCtxExecId(String) - Static method in class net.ucanaccess.jdbc.UcanaccessConnection
 
setCurrentConnection(UcanaccessConnection) - Method in class net.ucanaccess.jdbc.Context
 
setCurrentExecId(String) - Method in class net.ucanaccess.jdbc.Context
 
setCursorName(String) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setCursorName(String) - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
setData(byte[]) - Method in class net.ucanaccess.complex.Attachment
 
setDate(int, Date) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setDate(int, Date, Calendar) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setDate(String, Date) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setDate(String, Date, Calendar) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setDouble(int, double) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setDouble(String, double) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setEncrypt(Boolean) - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
Encrypts the backing database.
setEncryptHSQLDB(boolean) - Method in class net.ucanaccess.jdbc.DBReference
 
setErrorHandler(ErrorHandler) - Method in class net.ucanaccess.converters.UcanaccessTable
 
setEscapeProcessing(boolean) - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
setExternalResourcesMapping(Map<String, String>) - Method in class net.ucanaccess.jdbc.DBReference
 
setFeedbackState(boolean) - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
setFetchDirection(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
setFetchDirection(int) - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
setFetchSize(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
setFetchSize(int) - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
setFlags(Integer) - Method in class net.ucanaccess.complex.Attachment
 
setFloat(int, float) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setFloat(String, float) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setGeneratedKey(Object) - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
setGeneratedKey(Object) - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
setHoldability(int) - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
setIgnoreCase(boolean) - Method in class net.ucanaccess.jdbc.DBReference
 
setIgnoreCase(Boolean) - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
Enables case-insensitive string comparisons.
setImmediatelyReleaseResources(boolean) - Method in class net.ucanaccess.jdbc.DBReference
 
setImmediatelyReleaseResources(Boolean) - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
Releases the Access database and shuts down HSQLDB immediately after the Connection is closed.
setInactivityTimeout(int) - Method in class net.ucanaccess.jdbc.DBReference
 
setInactivityTimeout(Integer) - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
For an in-memory backing database (memory=true), this parameter controls the time (in minutes, default=2), that HSQLDB remains active and the in-memory database remains available after the last connection is closed.
setInMemory(boolean) - Method in class net.ucanaccess.jdbc.DBReference
 
setInt(int, int) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setInt(int, int) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setInt(String, int) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setIssueWithParameterName(boolean) - Method in class net.ucanaccess.converters.ParametricQuery
 
setJackcessOpener(String) - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
Specifies the name of the custom class to be used by Jackcess when opening the Access database.
setKeepMirror(String) - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
Specifies the path where a persistent copy of the HSQLDB backing database files should be stored.
setLobScale(Integer) - Method in class net.ucanaccess.jdbc.DBReference
 
setLobScale(Integer) - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
Controls the allocation unit size for "OLE Object" (i.e., BLOB) data in the HSQLDB backing database.
setLoginTimeout(int) - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
 
setLogPrintWriter(PrintWriter) - Static method in class net.ucanaccess.log.Logger
 
setLogWriter(PrintWriter) - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
 
setLong(int, long) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setLong(String, long) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setMaxFieldSize(int) - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
setMaxRows(int) - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
setMemory(Boolean) - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
Controls whether the HSQLDB backing database is created in memory (the default) or on disk.
setMirrorFolder(File) - Method in class net.ucanaccess.jdbc.DBReference
 
setMirrorFolder(String) - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
Specifies the path where the temporary HSQLDB backing database files should be stored.
setMirrorReadOnly(boolean) - Method in class net.ucanaccess.jdbc.DBReference
 
setModifiedDate(LocalDateTime) - Method in class net.ucanaccess.complex.Version
 
setName(String) - Method in class net.ucanaccess.complex.Attachment
 
setNCharacterStream(int, Reader) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setNCharacterStream(int, Reader, long) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setNCharacterStream(String, Reader) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setNCharacterStream(String, Reader, long) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setNClob(int, Reader) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setNClob(int, Reader, long) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setNClob(int, NClob) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setNClob(String, Reader) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setNClob(String, Reader, long) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setNClob(String, NClob) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setNetworkTimeout(Executor, int) - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
setNewDatabaseVersion(String) - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
Creates a new, empty Access database in this format if the database specified by UcanaccessDataSource.setAccessPath(String) does not exist.
setNString(int, String) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setNString(String, String) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setNull(int, int) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setNull(int, int, String) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setNull(String, int) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setNull(String, int, String) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setObject(int, Object) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setObject(int, Object, int) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setObject(int, Object, int, int) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setObject(String, Object) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setObject(String, Object, int) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setObject(String, Object, int, int) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setOpenExclusive(boolean) - Method in class net.ucanaccess.jdbc.DBReference
 
setOpenExclusive(Boolean) - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
Opens the Access database in "exclusive" mode.
setPassword(String) - Method in class net.ucanaccess.jdbc.Session
 
setPassword(String) - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
 
setPoolable(boolean) - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
setPreventReloading(boolean) - Method in class net.ucanaccess.jdbc.DBReference
 
setPreventReloading(Boolean) - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
Prevents unnecessary re-loading of backing database under very specific circumstances.
USE WITH CAUTION!
setQueryTimeout(int) - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
setReadOnly(boolean) - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
setRef(int, Ref) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setReMap(String) - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
For this connection, temporarily re-directs linked tables in the Access database to point to a different Access database.
setRowId(int, RowId) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setRowId(String, RowId) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setSavepoint() - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
setSavepoint(String) - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
setSchema(String) - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
setShort(int, short) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setShort(String, short) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setShowSchema(boolean) - Method in class net.ucanaccess.jdbc.DBReference
 
setShowSchema(Boolean) - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
Exposes the HSQLDB catalog and schema names (e.g., "PUBLIC") in DatabaseMetadata.
setSkipIndexes(boolean) - Method in class net.ucanaccess.converters.LoadJet
 
setSkipIndexes(boolean) - Method in class net.ucanaccess.jdbc.DBReference
 
setSkipIndexes(Boolean) - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
Reduces memory consumption by not creating simple indexes in the backing database.
setSql(String) - Method in class net.ucanaccess.jdbc.NormalizedSQL
 
setSQLXML(int, SQLXML) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setSQLXML(String, SQLXML) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setString(int, String) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setString(String, String) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setSupportsAccessLike(boolean) - Static method in class net.ucanaccess.converters.SQLConverter
 
setSysSchema(boolean) - Method in class net.ucanaccess.converters.LoadJet
 
setSysSchema(boolean) - Method in class net.ucanaccess.jdbc.DBReference
 
setSysSchema(Boolean) - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
Exposes the Access system tables in a read-only schema named "SYS".
setTableName(String) - Method in class net.ucanaccess.complex.ComplexBase
 
setTime(int, Time) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setTime(int, Time, Calendar) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setTime(String, Time) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setTime(String, Time, Calendar) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setTimestamp(int, Timestamp) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setTimestamp(String, Timestamp) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setTimestamp(String, Timestamp, Calendar) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setTimeStamp(LocalDateTime) - Method in class net.ucanaccess.complex.Attachment
 
setToKeepHsql(File) - Method in class net.ucanaccess.jdbc.DBReference
 
setTransactionIsolation(int) - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
setType(String) - Method in class net.ucanaccess.complex.Attachment
 
setTypeMap(Map<String, Class<?>>) - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
setUnicodeStream(int, InputStream, int) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
Deprecated.
setUrl(String) - Method in class net.ucanaccess.complex.Attachment
 
setUrl(String) - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
setURL(int, URL) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
setURL(String, URL) - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
setUser(String) - Method in class net.ucanaccess.jdbc.Session
 
setUser(String) - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
 
setValue(Object) - Method in class net.ucanaccess.complex.SingleValue
 
setValue(String) - Method in class net.ucanaccess.complex.Version
 
setValues(Map<String, Object>) - Method in class net.ucanaccess.complex.UnsupportedValue
 
setWarnings(SQLWarning) - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
sgn(double) - Static method in class net.ucanaccess.converters.Functions
Returns the sign of a number.
showSchema - Enum constant in enum net.ucanaccess.converters.Metadata.Property
 
sign(double) - Static method in class net.ucanaccess.converters.Functions
 
SINGLE - Enum constant in enum net.ucanaccess.converters.TypesMap.AccessType
 
singleConnection - Enum constant in enum net.ucanaccess.converters.Metadata.Property
 
SingleValue - Class in net.ucanaccess.complex
 
SingleValue(ComplexValue.Id, String, String, String) - Constructor for class net.ucanaccess.complex.SingleValue
 
SingleValue(SingleValue) - Constructor for class net.ucanaccess.complex.SingleValue
 
SingleValue(String) - Constructor for class net.ucanaccess.complex.SingleValue
 
skipIndexes - Enum constant in enum net.ucanaccess.converters.Metadata.Property
 
sln(double, double, double) - Static method in class net.ucanaccess.converters.Functions
 
SMALLINT - Static variable in class net.ucanaccess.type.SqlConstants
 
space(Integer) - Static method in class net.ucanaccess.converters.Functions
Returns a string with a specified number of spaces.
Sql - Class in net.ucanaccess.util
An immutable sql statement string created from multiple tokens in order to write inline sql statements in an easy-to-read fashion spread out over multiple lines of code.
SqlConstants - Class in net.ucanaccess.type
Constants for SQL reserved words and recurring tokens.
SQLConverter - Class in net.ucanaccess.converters
 
SQLConverter.DDLType - Enum in net.ucanaccess.converters
 
sqr(double) - Static method in class net.ucanaccess.converters.Functions
Returns a double specifying the square root of a number.
STATEMENT_DDL - Enum constant in enum net.ucanaccess.jdbc.UcanaccessSQLException.ExceptionMessages
 
STATEMENT_DDL - Enum constant in enum net.ucanaccess.log.LoggerMessageEnum
 
storesLowerCaseIdentifiers() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
storesLowerCaseQuotedIdentifiers() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
storesMixedCaseIdentifiers() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
storesMixedCaseQuotedIdentifiers() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
storesUpperCaseIdentifiers() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
storesUpperCaseQuotedIdentifiers() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
str(double) - Static method in class net.ucanaccess.converters.Functions
Returns a string representation of a number.
strComp(String, String) - Static method in class net.ucanaccess.converters.Functions
 
strComp(String, String, Integer) - Static method in class net.ucanaccess.converters.Functions
Returns an integer value representing the result of a string comparison.
strConv(String, int) - Static method in class net.ucanaccess.converters.Functions
Returns a string converted as specified.
string(Integer, String) - Static method in class net.ucanaccess.converters.Functions
 
strReverse(String) - Static method in class net.ucanaccess.converters.Functions
Returns a string whose characters are in reverse order.
subSequence(int, int) - Method in class net.ucanaccess.util.Sql
 
supportsAccessLike - Enum constant in enum net.ucanaccess.converters.Metadata.Property
 
supportsAlterTableWithAddColumn() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsAlterTableWithDropColumn() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsANSI92EntryLevelSQL() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsANSI92FullSQL() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsANSI92IntermediateSQL() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsBatchUpdates() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsCatalogsInDataManipulation() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsCatalogsInIndexDefinitions() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsCatalogsInPrivilegeDefinitions() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsCatalogsInProcedureCalls() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsCatalogsInTableDefinitions() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsColumnAliasing() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsConvert() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsConvert(int, int) - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsCoreSQLGrammar() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsCorrelatedSubqueries() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsDataDefinitionAndDataManipulationTransactions() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsDataManipulationTransactionsOnly() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsDifferentTableCorrelationNames() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsExpressionsInOrderBy() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsExtendedSQLGrammar() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsFullOuterJoins() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsGetGeneratedKeys() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsGroupBy() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsGroupByBeyondSelect() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsGroupByUnrelated() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsIntegrityEnhancementFacility() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsLikeEscapeClause() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsLimitedOuterJoins() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsMinimumSQLGrammar() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsMixedCaseIdentifiers() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsMixedCaseQuotedIdentifiers() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsMultipleOpenResults() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsMultipleResultSets() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsMultipleTransactions() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsNamedParameters() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsNonNullableColumns() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsOpenCursorsAcrossCommit() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsOpenCursorsAcrossRollback() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsOpenStatementsAcrossCommit() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsOpenStatementsAcrossRollback() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsOrderByUnrelated() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsOuterJoins() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsPositionedDelete() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsPositionedUpdate() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsResultSetConcurrency(int, int) - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsResultSetHoldability(int) - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsResultSetType(int) - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsSavepoints() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsSchemasInDataManipulation() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsSchemasInIndexDefinitions() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsSchemasInPrivilegeDefinitions() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsSchemasInProcedureCalls() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsSchemasInTableDefinitions() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsSelectForUpdate() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsStatementPooling() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsStoredFunctionsUsingCallSyntax() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsStoredProcedures() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsSubqueriesInComparisons() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsSubqueriesInExists() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsSubqueriesInIns() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsSubqueriesInQuantifieds() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsTableCorrelationNames() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsTransactionIsolationLevel(int) - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsTransactions() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsUnion() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
supportsUnionAll() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
syd(double, double, double, double) - Static method in class net.ucanaccess.converters.Functions
 
synchronisationTriggers(String, boolean, boolean) - Method in class net.ucanaccess.converters.LoadJet
 
sysSchema - Enum constant in enum net.ucanaccess.converters.Metadata.Property
 
SYSTEM_SUBQUERY - Static variable in class net.ucanaccess.type.SqlConstants
 

T

TABLE - Enum constant in enum net.ucanaccess.type.ObjectType
 
TABLE - Static variable in class net.ucanaccess.type.SqlConstants
 
TABLE_DOES_NOT_EXIST - Enum constant in enum net.ucanaccess.jdbc.UcanaccessSQLException.ExceptionMessages
 
TABLE_ID - Static variable in class net.ucanaccess.type.SqlConstants
 
TABLE_NAME - Static variable in class net.ucanaccess.type.SqlConstants
 
TEXT - Enum constant in enum net.ucanaccess.converters.TypesMap.AccessType
 
time() - Static method in class net.ucanaccess.converters.Functions
Returns the current system time.
timeSerial(Integer, Integer, Integer) - Static method in class net.ucanaccess.converters.Functions
Returns a time given an hour, minute, and second value.
timestamp0(String) - Static method in class net.ucanaccess.converters.Functions
 
toSQL() - Method in class net.ucanaccess.converters.DFunction
 
toSQL(String) - Method in class net.ucanaccess.converters.Pivot
 
toSQLString(StringBuilder) - Method in class net.ucanaccess.converters.AppendQueryTemp
 
toString() - Method in class net.ucanaccess.complex.Attachment
 
toString() - Method in class net.ucanaccess.complex.ComplexBase
 
toString() - Method in class net.ucanaccess.complex.SingleValue
 
toString() - Method in class net.ucanaccess.complex.Version
 
toString() - Method in class net.ucanaccess.converters.RegionalSettings
 
toString() - Method in class net.ucanaccess.jdbc.AbstractExecute
 
toString() - Method in class net.ucanaccess.jdbc.NormalizedSQL
 
toString() - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
toString() - Method in class net.ucanaccess.jdbc.UcanaccessConnectionBuilder
 
toString() - Method in enum net.ucanaccess.type.AccessVersion
 
toString() - Method in class net.ucanaccess.util.Sql
 
toString() - Method in class net.ucanaccess.util.Try
 
toSupplier() - Method in interface net.ucanaccess.util.IThrowingSupplier
Returns a Supplier for this throwing supplier.
TRIGGER_UPDATE_CF_ERR - Enum constant in enum net.ucanaccess.log.LoggerMessageEnum
 
TriggerAppendOnly - Class in net.ucanaccess.triggers
 
TriggerAppendOnly() - Constructor for class net.ucanaccess.triggers.TriggerAppendOnly
 
TriggerAutoNumber - Class in net.ucanaccess.triggers
 
TriggerAutoNumber() - Constructor for class net.ucanaccess.triggers.TriggerAutoNumber
 
TriggerBase - Class in net.ucanaccess.triggers
 
TriggerBase() - Constructor for class net.ucanaccess.triggers.TriggerBase
 
TriggerDelete - Class in net.ucanaccess.triggers
 
TriggerDelete() - Constructor for class net.ucanaccess.triggers.TriggerDelete
 
TriggerException - Exception in net.ucanaccess.triggers
 
TriggerException(String) - Constructor for exception net.ucanaccess.triggers.TriggerException
 
TriggerInsert - Class in net.ucanaccess.triggers
 
TriggerInsert() - Constructor for class net.ucanaccess.triggers.TriggerInsert
 
TriggerUpdate - Class in net.ucanaccess.triggers
 
TriggerUpdate() - Constructor for class net.ucanaccess.triggers.TriggerUpdate
 
truncate(long) - Method in class net.ucanaccess.jdbc.UcanaccessBlob
 
TRUNCATE - Static variable in class net.ucanaccess.type.SqlConstants
 
Try<V,EC extends Throwable> - Class in net.ucanaccess.util
Fluent-style try-catch handling.
tryCatch(IThrowingRunnable<T>) - Static method in class net.ucanaccess.jdbc.UcanaccessStatement
 
tryCatch(IThrowingSupplier<R, T>) - Static method in class net.ucanaccess.jdbc.UcanaccessStatement
 
tryDefault(Object) - Method in class net.ucanaccess.converters.LoadJet
 
turnOffJackcessLog() - Static method in class net.ucanaccess.log.Logger
 
TypesMap - Class in net.ucanaccess.converters
 
TypesMap.AccessType - Enum in net.ucanaccess.converters
 

U

UCANACCESS_GENERIC_ERROR - Static variable in interface net.ucanaccess.jdbc.IUcanaccessErrorCodes
 
UcanaccessBlob - Class in net.ucanaccess.jdbc
 
UcanaccessBlob(Blob, UcanaccessConnection) - Constructor for class net.ucanaccess.jdbc.UcanaccessBlob
 
UcanaccessCallableStatement - Class in net.ucanaccess.jdbc
 
UcanaccessCallableStatement(NormalizedSQL, CallableStatement, UcanaccessConnection) - Constructor for class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
UcanaccessConnection - Class in net.ucanaccess.jdbc
 
UcanaccessConnection(DBReference, Properties, Session) - Constructor for class net.ucanaccess.jdbc.UcanaccessConnection
 
UcanaccessConnectionBuilder - Class in net.ucanaccess.jdbc
A builder for Ucanaccess database urls and connections.
UcanaccessConnectionBuilder() - Constructor for class net.ucanaccess.jdbc.UcanaccessConnectionBuilder
 
UcanaccessDatabaseMetadata - Class in net.ucanaccess.jdbc
 
UcanaccessDatabaseMetadata(DatabaseMetaData, UcanaccessConnection) - Constructor for class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
UcanaccessDataSource - Class in net.ucanaccess.jdbc
 
UcanaccessDataSource() - Constructor for class net.ucanaccess.jdbc.UcanaccessDataSource
 
UcanaccessDataSourceFactory - Class in net.ucanaccess.jdbc
 
UcanaccessDataSourceFactory() - Constructor for class net.ucanaccess.jdbc.UcanaccessDataSourceFactory
 
UcanaccessDriver - Class in net.ucanaccess.jdbc
 
UcanaccessDriver() - Constructor for class net.ucanaccess.jdbc.UcanaccessDriver
 
UcanaccessPreparedStatement - Class in net.ucanaccess.jdbc
 
UcanaccessPreparedStatement(String, UcanaccessConnection) - Constructor for class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
UcanaccessPreparedStatement(NormalizedSQL, PreparedStatement, UcanaccessConnection) - Constructor for class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
UcanaccessResultSet - Class in net.ucanaccess.jdbc
 
UcanaccessResultSet(ResultSet, UcanaccessStatement) - Constructor for class net.ucanaccess.jdbc.UcanaccessResultSet
 
UcanaccessResultSetMetaData - Class in net.ucanaccess.jdbc
 
UcanaccessResultSetMetaData(ResultSetMetaData, Map<String, String>, UcanaccessResultSet) - Constructor for class net.ucanaccess.jdbc.UcanaccessResultSetMetaData
 
UcanaccessRuntimeException - Exception in net.ucanaccess.util
Unspecific Ucanaccess run-time exception.
UcanaccessRuntimeException(String) - Constructor for exception net.ucanaccess.util.UcanaccessRuntimeException
 
UcanaccessRuntimeException(String, Throwable) - Constructor for exception net.ucanaccess.util.UcanaccessRuntimeException
 
UcanaccessRuntimeException(Throwable) - Constructor for exception net.ucanaccess.util.UcanaccessRuntimeException
 
UcanaccessSavepoint - Class in net.ucanaccess.jdbc
 
UcanaccessSavepoint(Savepoint) - Constructor for class net.ucanaccess.jdbc.UcanaccessSavepoint
 
UcanaccessSQLException - Exception in net.ucanaccess.jdbc
The sql exception specific to Ucanaccess.
UcanaccessSQLException() - Constructor for exception net.ucanaccess.jdbc.UcanaccessSQLException
 
UcanaccessSQLException(String, String) - Constructor for exception net.ucanaccess.jdbc.UcanaccessSQLException
 
UcanaccessSQLException(String, String, int) - Constructor for exception net.ucanaccess.jdbc.UcanaccessSQLException
 
UcanaccessSQLException(String, String, int, Throwable) - Constructor for exception net.ucanaccess.jdbc.UcanaccessSQLException
 
UcanaccessSQLException(String, String, Throwable) - Constructor for exception net.ucanaccess.jdbc.UcanaccessSQLException
 
UcanaccessSQLException(String, Throwable) - Constructor for exception net.ucanaccess.jdbc.UcanaccessSQLException
 
UcanaccessSQLException(Throwable) - Constructor for exception net.ucanaccess.jdbc.UcanaccessSQLException
 
UcanaccessSQLException(UcanaccessSQLException.ExceptionMessages) - Constructor for exception net.ucanaccess.jdbc.UcanaccessSQLException
 
UcanaccessSQLException(UcanaccessSQLException.ExceptionMessages, Object...) - Constructor for exception net.ucanaccess.jdbc.UcanaccessSQLException
 
UcanaccessSQLException.ExceptionMessages - Enum in net.ucanaccess.jdbc
 
UcanaccessStatement - Class in net.ucanaccess.jdbc
 
UcanaccessStatement(Statement, UcanaccessConnection) - Constructor for class net.ucanaccess.jdbc.UcanaccessStatement
 
UcanaccessTable - Class in net.ucanaccess.converters
 
UcanaccessTable(Table, String) - Constructor for class net.ucanaccess.converters.UcanaccessTable
 
UNION - Static variable in class net.ucanaccess.type.SqlConstants
 
UNION_ALL - Static variable in class net.ucanaccess.type.SqlConstants
 
UNKNOWN_DRIVER_PROPERTY - Enum constant in enum net.ucanaccess.log.LoggerMessageEnum
 
UNKNOWN_EXPRESSION - Enum constant in enum net.ucanaccess.log.LoggerMessageEnum
 
unloadDB() - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
UNPARSABLE_DATE - Enum constant in enum net.ucanaccess.jdbc.UcanaccessSQLException.ExceptionMessages
 
UNSUPPORTED_TYPE - Enum constant in enum net.ucanaccess.jdbc.UcanaccessSQLException.ExceptionMessages
 
UnsupportedValue - Class in net.ucanaccess.complex
 
UnsupportedValue(ComplexValue.Id, String, String, Map<String, Object>) - Constructor for class net.ucanaccess.complex.UnsupportedValue
 
UnsupportedValue(UnsupportedValue) - Constructor for class net.ucanaccess.complex.UnsupportedValue
 
unwrap(Class<T>) - Method in class net.ucanaccess.jdbc.UcanaccessConnection
 
unwrap(Class<T>) - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
unwrap(Class<T>) - Method in class net.ucanaccess.jdbc.UcanaccessDataSource
 
unwrap(Class<T>) - Method in class net.ucanaccess.jdbc.UcanaccessPreparedStatement
 
unwrap(Class<T>) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
unwrap(Class<T>) - Method in class net.ucanaccess.jdbc.UcanaccessResultSetMetaData
 
unwrap(Class<T>) - Method in class net.ucanaccess.jdbc.UcanaccessStatement
 
UPDATABLE_RESULTSET - Enum constant in enum net.ucanaccess.jdbc.AbstractExecute.CommandType
 
UPDATE - Enum constant in enum net.ucanaccess.commands.ICommand.CommandType
 
UPDATE - Static variable in class net.ucanaccess.type.SqlConstants
 
updateArray(int, Array) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateArray(String, Array) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateAsciiStream(int, InputStream) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateAsciiStream(int, InputStream, int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateAsciiStream(int, InputStream, long) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateAsciiStream(String, InputStream) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateAsciiStream(String, InputStream, int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateAsciiStream(String, InputStream, long) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateBigDecimal(int, BigDecimal) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateBigDecimal(String, BigDecimal) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateBinaryStream(int, InputStream) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateBinaryStream(int, InputStream, int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateBinaryStream(int, InputStream, long) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateBinaryStream(String, InputStream) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateBinaryStream(String, InputStream, int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateBinaryStream(String, InputStream, long) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateBlob(int, InputStream) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateBlob(int, InputStream, long) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateBlob(int, Blob) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateBlob(String, InputStream) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateBlob(String, InputStream, long) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateBlob(String, Blob) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateBoolean(int, boolean) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateBoolean(String, boolean) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateByte(int, byte) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateByte(String, byte) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateBytes(int, byte[]) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateBytes(String, byte[]) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateCharacterStream(int, Reader) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateCharacterStream(int, Reader, int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateCharacterStream(int, Reader, long) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateCharacterStream(String, Reader) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateCharacterStream(String, Reader, int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateCharacterStream(String, Reader, long) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateClob(int, Reader) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateClob(int, Reader, long) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateClob(int, Clob) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateClob(String, Reader) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateClob(String, Reader, long) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateClob(String, Clob) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
UpdateCommand - Class in net.ucanaccess.commands
 
UpdateCommand(Table, Map<String, Object>, Object[], String) - Constructor for class net.ucanaccess.commands.UpdateCommand
 
updateDate(int, Date) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateDate(String, Date) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateDouble(int, double) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateDouble(String, double) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateFloat(int, float) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateFloat(String, float) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateInt(int, int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateInt(String, int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateLastModified() - Method in class net.ucanaccess.jdbc.DBReference
 
updateLong(int, long) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateLong(String, long) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateNCharacterStream(int, Reader) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateNCharacterStream(int, Reader, long) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateNCharacterStream(String, Reader) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateNCharacterStream(String, Reader, long) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateNClob(int, Reader) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateNClob(int, Reader, long) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateNClob(int, NClob) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateNClob(String, Reader) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateNClob(String, Reader, long) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateNClob(String, NClob) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateNString(int, String) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateNString(String, String) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateNull(int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateNull(String) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateObject(int, Object) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateObject(int, Object, int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateObject(String, Object) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateObject(String, Object, int) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateRef(int, Ref) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateRef(String, Ref) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
UpdateResultSet - Class in net.ucanaccess.jdbc
 
UpdateResultSet(UcanaccessResultSet) - Constructor for class net.ucanaccess.jdbc.UpdateResultSet
 
updateRow() - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateRow(Row) - Method in class net.ucanaccess.converters.UcanaccessTable
 
updateRowId(int, RowId) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateRowId(String, RowId) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updatesAreDetected(int) - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
updateShort(int, short) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateShort(String, short) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateSQLXML(int, SQLXML) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateSQLXML(String, SQLXML) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateString(int, String) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateString(String, String) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateTime(int, Time) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateTime(String, Time) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateTimestamp(int, Timestamp) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
updateTimestamp(String, Timestamp) - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
URL_PREFIX - Static variable in class net.ucanaccess.jdbc.UcanaccessDriver
 
user - Enum constant in enum net.ucanaccess.converters.Metadata.Property
 
USER_AS_COLUMNNAME - Enum constant in enum net.ucanaccess.log.LoggerMessageEnum
 
usesLocalFilePerTable() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 
usesLocalFiles() - Method in class net.ucanaccess.jdbc.UcanaccessDatabaseMetadata
 

V

V2000 - Enum constant in enum net.ucanaccess.type.AccessVersion
 
V2003 - Enum constant in enum net.ucanaccess.type.AccessVersion
 
V2007 - Enum constant in enum net.ucanaccess.type.AccessVersion
 
V2010 - Enum constant in enum net.ucanaccess.type.AccessVersion
 
V2016 - Enum constant in enum net.ucanaccess.type.AccessVersion
 
val(String) - Static method in class net.ucanaccess.converters.Functions
Accepts a string as input and returns the numbers found in that string.
val(BigDecimal) - Static method in class net.ucanaccess.converters.Functions
 
valueOf(String) - Static method in enum net.ucanaccess.commands.ICommand.CommandType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.ucanaccess.converters.Metadata.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.ucanaccess.converters.SQLConverter.DDLType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.ucanaccess.converters.TypesMap.AccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.ucanaccess.jdbc.AbstractExecute.CommandType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.ucanaccess.jdbc.FeatureNotSupportedException.NotSupportedMessage
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.ucanaccess.jdbc.UcanaccessSQLException.ExceptionMessages
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.ucanaccess.log.LoggerMessageEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.ucanaccess.type.AccessVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.ucanaccess.type.ColumnOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.ucanaccess.type.ObjectType
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.ucanaccess.commands.ICommand.CommandType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.ucanaccess.converters.Metadata.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.ucanaccess.converters.SQLConverter.DDLType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.ucanaccess.converters.TypesMap.AccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.ucanaccess.jdbc.AbstractExecute.CommandType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.ucanaccess.jdbc.FeatureNotSupportedException.NotSupportedMessage
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.ucanaccess.jdbc.UcanaccessSQLException.ExceptionMessages
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.ucanaccess.log.LoggerMessageEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.ucanaccess.type.AccessVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.ucanaccess.type.ColumnOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.ucanaccess.type.ObjectType
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in class net.ucanaccess.type.SqlConstants
 
valuesChanged(Object[], Object[]) - Method in class net.ucanaccess.triggers.TriggerUpdate
 
VARCHAR - Static variable in class net.ucanaccess.type.SqlConstants
 
verifySQL() - Method in class net.ucanaccess.converters.Pivot
 
Version - Class in net.ucanaccess.complex
 
Version(ComplexValue.Id, String, String, String, LocalDateTime) - Constructor for class net.ucanaccess.complex.Version
 
Version(Version) - Constructor for class net.ucanaccess.complex.Version
 
Version(String, LocalDateTime) - Constructor for class net.ucanaccess.complex.Version
 
VIEW - Enum constant in enum net.ucanaccess.type.ObjectType
 

W

wasNull() - Method in class net.ucanaccess.jdbc.UcanaccessCallableStatement
 
wasNull() - Method in class net.ucanaccess.jdbc.UcanaccessResultSet
 
weekDay(Timestamp) - Static method in class net.ucanaccess.converters.Functions
Returns a number representing the day of the week (a number from 1 to 7) given a date value.
weekDay(Timestamp, Integer) - Static method in class net.ucanaccess.converters.Functions
 
weekdayName(int) - Static method in class net.ucanaccess.converters.Functions
Returns a string representing the day of the week given a number from 1 to 7.
weekdayName(int, boolean) - Static method in class net.ucanaccess.converters.Functions
 
weekdayName(int, boolean, int) - Static method in class net.ucanaccess.converters.Functions
 
WHERE - Static variable in class net.ucanaccess.type.SqlConstants
 
WHERE_EXISTS - Static variable in class net.ucanaccess.type.SqlConstants
 
WITH_AUTO_GENERATED_KEYS - Enum constant in enum net.ucanaccess.jdbc.AbstractExecute.CommandType
 
WITH_COLUMNS_NAME - Enum constant in enum net.ucanaccess.jdbc.AbstractExecute.CommandType
 
WITH_INDEXES - Enum constant in enum net.ucanaccess.jdbc.AbstractExecute.CommandType
 
withColumnOrderData() - Method in class net.ucanaccess.jdbc.UcanaccessConnectionBuilder
 
withColumnOrderDisplay() - Method in class net.ucanaccess.jdbc.UcanaccessConnectionBuilder
 
withConcatNulls(boolean) - Method in class net.ucanaccess.jdbc.UcanaccessConnectionBuilder
 
withDbPath(String) - Method in class net.ucanaccess.jdbc.UcanaccessConnectionBuilder
 
withDelimiter(String) - Method in class net.ucanaccess.console.Exporter.Builder
Sets the CSV column delimiter.
withIgnoreCase(boolean) - Method in class net.ucanaccess.jdbc.UcanaccessConnectionBuilder
 
withImmediatelyReleaseResources() - Method in class net.ucanaccess.jdbc.UcanaccessConnectionBuilder
 
withInactivityTimeout(int) - Method in class net.ucanaccess.jdbc.UcanaccessConnectionBuilder
 
withMemory() - Method in class net.ucanaccess.jdbc.UcanaccessConnectionBuilder
 
withNewDatabaseVersionProp(String) - Method in class net.ucanaccess.jdbc.UcanaccessConnectionBuilder
 
withoutUserPass() - Method in class net.ucanaccess.jdbc.UcanaccessConnectionBuilder
 
withPassword(String) - Method in class net.ucanaccess.jdbc.UcanaccessConnectionBuilder
 
withProp(Metadata.Property, Object) - Method in class net.ucanaccess.jdbc.UcanaccessConnectionBuilder
 
withResources(IThrowingSupplier<R, ES>, IThrowingConsumer<R, EC>) - Static method in class net.ucanaccess.util.Try
Try-with-resources support for a single resource with a Void (no) result.
withResources(IThrowingSupplier<R, ES>, IThrowingFunction<R, V, EC>) - Static method in class net.ucanaccess.util.Try
Try-with-resources support for a single resource.
The resource is created and returned by _resourceSupplier and processed in _catchable.
If an exception occurs during resource creation, this execution is thrown and thus processing ends.
withUser(String) - Method in class net.ucanaccess.jdbc.UcanaccessConnectionBuilder
 
wrap(T) - Static method in exception net.ucanaccess.jdbc.UcanaccessSQLException
Wraps the specified exception into a UcanaccessSQLException unless its type can be cast to UcanaccessSQLException.
wrapped - Variable in class net.ucanaccess.jdbc.UcanaccessStatement
 

Y

YESNO - Enum constant in enum net.ucanaccess.converters.TypesMap.AccessType
 
A B C D E F G H I J K L M N O P R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form