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

A

abbreviateClassname(Class) - Static method in class net.jmatrix.db.common.DebugUtils
java.lang.NullPointerException -> j.l.NullPointerException
AbstractAction - Class in net.jmatrix.db.schema.action
Represents an action that can be taken by the DBM schema manager.
AbstractAction(DBM) - Constructor for class net.jmatrix.db.schema.action.AbstractAction
 
AbstractCommand - Class in net.jmatrix.db.jsql.cli.commands
 
AbstractCommand(JSQL) - Constructor for class net.jmatrix.db.jsql.cli.commands.AbstractCommand
 
AbstractConsole - Class in net.jmatrix.db.common.console
 
AbstractConsole() - Constructor for class net.jmatrix.db.common.console.AbstractConsole
 
AbstractFormatter - Class in net.jmatrix.db.jsql.formatters
 
AbstractFormatter(ConnectionInfo) - Constructor for class net.jmatrix.db.jsql.formatters.AbstractFormatter
 
AbstractFormatter() - Constructor for class net.jmatrix.db.jsql.formatters.AbstractFormatter
 
accepts(String) - Method in interface net.jmatrix.db.jsql.cli.commands.Command
 
accepts(String) - Method in class net.jmatrix.db.jsql.cli.commands.DescribeCommand
 
accepts(String) - Method in class net.jmatrix.db.jsql.cli.commands.SetCommand
 
accepts(String) - Method in class net.jmatrix.db.jsql.cli.commands.ShowCommand
 
acquireLock(String, long) - Method in class net.jmatrix.db.schema.data.v2.DBMData
 
Action - Interface in net.jmatrix.db.schema.action
 
age() - Method in class net.jmatrix.db.schema.data.v2.DBMLock
 
ANSI_BLACK - Static variable in class net.jmatrix.db.common.console.JLineConsole
 
ANSI_BLACK - Static variable in class net.jmatrix.db.common.console.LinuxConsole
 
ANSI_BLUE - Static variable in class net.jmatrix.db.common.console.JLineConsole
 
ANSI_BLUE - Static variable in class net.jmatrix.db.common.console.LinuxConsole
 
ANSI_CYAN - Static variable in class net.jmatrix.db.common.console.JLineConsole
 
ANSI_CYAN - Static variable in class net.jmatrix.db.common.console.LinuxConsole
 
ANSI_GREEN - Static variable in class net.jmatrix.db.common.console.JLineConsole
 
ANSI_GREEN - Static variable in class net.jmatrix.db.common.console.LinuxConsole
 
ANSI_PURPLE - Static variable in class net.jmatrix.db.common.console.JLineConsole
 
ANSI_PURPLE - Static variable in class net.jmatrix.db.common.console.LinuxConsole
 
ANSI_RED - Static variable in class net.jmatrix.db.common.console.JLineConsole
 
ANSI_RED - Static variable in class net.jmatrix.db.common.console.LinuxConsole
 
ANSI_RESET - Static variable in class net.jmatrix.db.common.console.JLineConsole
 
ANSI_RESET - Static variable in class net.jmatrix.db.common.console.LinuxConsole
 
ANSI_WHITE - Static variable in class net.jmatrix.db.common.console.JLineConsole
 
ANSI_WHITE - Static variable in class net.jmatrix.db.common.console.LinuxConsole
 
ANSI_YELLOW - Static variable in class net.jmatrix.db.common.console.JLineConsole
 
ANSI_YELLOW - Static variable in class net.jmatrix.db.common.console.LinuxConsole
 
apply(String) - Method in class net.jmatrix.db.schema.DBM
 
ApplyAction - Class in net.jmatrix.db.schema.action
 
ApplyAction(DBM, DiskVersion) - Constructor for class net.jmatrix.db.schema.action.ApplyAction
 
ArgParser - Class in net.jmatrix.db.common
Simple class for parsing command line arguments out of an arguement list.
ArgParser(String[]) - Constructor for class net.jmatrix.db.common.ArgParser
The constructor requires the arguements that are passed to the main method.
asHex(byte[]) - Static method in class net.jmatrix.db.common.Hex
 
asHex(String) - Static method in class net.jmatrix.db.common.Hex
 

C

calculateSchemaChecksum() - Method in class net.jmatrix.db.schema.data.v2.GenericSchemaChecksum
 
calculateSchemaChecksum() - Method in interface net.jmatrix.db.schema.data.v2.SchemaChecksum
 
calculateSchemaHash() - Method in class net.jmatrix.db.schema.data.v1.GenericSchemaHasher
 
calculateSchemaHash() - Method in interface net.jmatrix.db.schema.data.v1.SchemaHasher
 
ClassLogFactory - Class in net.jmatrix.db.common
 
ClassLogFactory() - Constructor for class net.jmatrix.db.common.ClassLogFactory
 
clear() - Method in class net.jmatrix.db.common.console.DefaultConsole
 
clear() - Method in class net.jmatrix.db.common.console.JLineConsole
 
clear() - Method in class net.jmatrix.db.common.console.LinuxConsole
 
clear() - Method in interface net.jmatrix.db.common.console.TextConsole
 
clear() - Static method in class net.jmatrix.db.common.PerfTrack
 
close() - Method in class net.jmatrix.db.common.ConnectionInfo
 
close(Connection, Statement, ResultSet) - Static method in class net.jmatrix.db.common.DBUtils
 
close(Statement) - Static method in class net.jmatrix.db.common.DBUtils
 
close(ResultSet) - Static method in class net.jmatrix.db.common.DBUtils
 
close(Connection) - Static method in class net.jmatrix.db.common.DBUtils
 
close(InputStream) - Static method in class net.jmatrix.db.common.StreamUtil
 
close(Reader) - Static method in class net.jmatrix.db.common.StreamUtil
 
close(Writer) - Static method in class net.jmatrix.db.common.StreamUtil
 
Command - Interface in net.jmatrix.db.jsql.cli.commands
 
CommandProcessor - Class in net.jmatrix.db.jsql.cli
 
CommandProcessor(JSQL) - Constructor for class net.jmatrix.db.jsql.cli.CommandProcessor
 
CommandProcessor.CustomCommandCompleter - Class in net.jmatrix.db.jsql.cli
 
CommandProcessor.CustomCommandCompleter(Completer) - Constructor for class net.jmatrix.db.jsql.cli.CommandProcessor.CustomCommandCompleter
 
compareTo(ConnectionInfo) - Method in class net.jmatrix.db.common.ConnectionInfo
 
compareTo(Object) - Method in class net.jmatrix.db.common.Version
{(x, y) such that x.compareTo(y) <= 0} if we compare x.compareTo(y) this method should return: -1 if x < y -0 if x = y 1 if x > y
compareTo(DiskVersion) - Method in class net.jmatrix.db.schema.DiskVersion
 
complete(String, int, List<CharSequence>) - Method in class net.jmatrix.db.jsql.cli.CommandProcessor.CustomCommandCompleter
 
conInfo - Variable in class net.jmatrix.db.jsql.formatters.AbstractFormatter
 
connect() - Method in class net.jmatrix.db.common.ConnectionInfo
 
connect(String, String, String, String) - Method in class net.jmatrix.db.jsql.JSQL
 
connect(ConnectionInfo) - Method in class net.jmatrix.db.jsql.JSQL
 
ConnectionInfo - Class in net.jmatrix.db.common
JSON serializable data containser for JDBC connection details.
ConnectionInfo() - Constructor for class net.jmatrix.db.common.ConnectionInfo
 
ConnectionInfo(String, String, String, String) - Constructor for class net.jmatrix.db.common.ConnectionInfo
 
ConnectionInfo(String) - Constructor for class net.jmatrix.db.common.ConnectionInfo
 
ConnectionInfo.Flavor - Enum in net.jmatrix.db.common
 
ConnectProcessor - Class in net.jmatrix.db.jsql.cli
 
ConnectProcessor(JSQL, String) - Constructor for class net.jmatrix.db.jsql.cli.ConnectProcessor
 
CONSOLE_LINES - Static variable in interface net.jmatrix.db.jsql.formatters.RSFormatter
 
CONSOLE_WIDTH - Static variable in interface net.jmatrix.db.jsql.formatters.RSFormatter
 
ConsoleLoggerFactory - Class in net.jmatrix.db.common.console.slf4j
 
ConsoleLoggerFactory() - Constructor for class net.jmatrix.db.common.console.slf4j.ConsoleLoggerFactory
 

D

dateFunction(Statement, String) - Static method in class net.jmatrix.db.common.DBUtils
 
dbm - Variable in class net.jmatrix.db.schema.action.AbstractAction
 
DBM - Class in net.jmatrix.db.schema
Command line entry point for database management.
DBM(String, String, String, String, File) - Constructor for class net.jmatrix.db.schema.DBM
 
DBM(ConnectionInfo, File) - Constructor for class net.jmatrix.db.schema.DBM
 
DBMCLI - Class in net.jmatrix.db.schema
 
DBMCLI() - Constructor for class net.jmatrix.db.schema.DBMCLI
 
DBMData - Class in net.jmatrix.db.schema.data.v1
Manages all classes in the DBM Schema itself.
DBMData(Connection) - Constructor for class net.jmatrix.db.schema.data.v1.DBMData
 
DBMData - Class in net.jmatrix.db.schema.data.v2
Manages all classes in the DBM Schema itself.
DBMData(ConnectionInfo) - Constructor for class net.jmatrix.db.schema.data.v2.DBMData
 
DBMException - Exception in net.jmatrix.db.schema
 
DBMException(String) - Constructor for exception net.jmatrix.db.schema.DBMException
 
DBMException(String, Throwable) - Constructor for exception net.jmatrix.db.schema.DBMException
 
DBMLock - Class in net.jmatrix.db.schema.data.v2
 
DBMLock() - Constructor for class net.jmatrix.db.schema.data.v2.DBMLock
 
DBMProcessor - Class in net.jmatrix.db.jsql.cli
 
DBMProcessor(JSQL) - Constructor for class net.jmatrix.db.jsql.cli.DBMProcessor
 
DBUtils - Class in net.jmatrix.db.common
 
DBUtils() - Constructor for class net.jmatrix.db.common.DBUtils
 
DBVersion - Class in net.jmatrix.db.schema
Represents a version as it exists in the database.
DBVersion() - Constructor for class net.jmatrix.db.schema.DBVersion
 
debug(String) - Method in class net.jmatrix.db.common.console.AbstractConsole
 
debug(String, Throwable) - Method in class net.jmatrix.db.common.console.AbstractConsole
 
debug(String) - Method in class net.jmatrix.db.common.console.slf4j.SLF4JConsoleLoggerAdapter
 
debug(String, Object) - Method in class net.jmatrix.db.common.console.slf4j.SLF4JConsoleLoggerAdapter
 
debug(String, Object, Object) - Method in class net.jmatrix.db.common.console.slf4j.SLF4JConsoleLoggerAdapter
 
debug(String, Object...) - Method in class net.jmatrix.db.common.console.slf4j.SLF4JConsoleLoggerAdapter
 
debug(String, Throwable) - Method in class net.jmatrix.db.common.console.slf4j.SLF4JConsoleLoggerAdapter
 
debug(String) - Method in interface net.jmatrix.db.common.console.TextConsole
 
debug(String, Throwable) - Method in interface net.jmatrix.db.common.console.TextConsole
 
debugString(Object) - Static method in class net.jmatrix.db.common.DebugUtils
 
debugString(Object, int) - Static method in class net.jmatrix.db.common.DebugUtils
The debugString() method uses introspection to write the state of an object based on its public getters.
DebugUtils - Class in net.jmatrix.db.common
A series of utility methods used for debugging and logging.
DebugUtils() - Constructor for class net.jmatrix.db.common.DebugUtils
 
DefaultConsole - Class in net.jmatrix.db.common.console
 
DefaultConsole() - Constructor for class net.jmatrix.db.common.console.DefaultConsole
 
DescribeCommand - Class in net.jmatrix.db.jsql.cli.commands
describe table
DescribeCommand(JSQL) - Constructor for class net.jmatrix.db.jsql.cli.commands.DescribeCommand
 
destroy() - Method in class net.jmatrix.db.schema.DBM
 
disconnect() - Method in class net.jmatrix.db.jsql.JSQL
 
DiskVersion - Class in net.jmatrix.db.schema
Encapsulates a directory with a version of the database, or a delta to the database.
DiskVersion(File) - Constructor for class net.jmatrix.db.schema.DiskVersion
 
DotConfig - Class in net.jmatrix.db.common
Reads and writes files to and from ~/.config/[app].
DotConfig(String) - Constructor for class net.jmatrix.db.common.DotConfig
 
DriverMap - Class in net.jmatrix.db.drivers
 
DriverMap() - Constructor for class net.jmatrix.db.drivers.DriverMap
 
drivers - Static variable in class net.jmatrix.db.drivers.DriverMap
 
drop() - Method in class net.jmatrix.db.schema.data.v1.DBMData
 
drop() - Method in class net.jmatrix.db.schema.data.v2.DBMData
 

E

equals(Object) - Method in class net.jmatrix.db.common.ConnectionInfo
 
equals(Object) - Method in class net.jmatrix.db.common.Version
 
error(String) - Method in class net.jmatrix.db.common.console.AbstractConsole
 
error(String, Throwable) - Method in class net.jmatrix.db.common.console.AbstractConsole
 
error(String, Throwable) - Method in class net.jmatrix.db.common.console.JLineConsole
 
error(String, Throwable) - Method in class net.jmatrix.db.common.console.LinuxConsole
 
error(String) - Method in class net.jmatrix.db.common.console.slf4j.SLF4JConsoleLoggerAdapter
 
error(String, Object) - Method in class net.jmatrix.db.common.console.slf4j.SLF4JConsoleLoggerAdapter
 
error(String, Object, Object) - Method in class net.jmatrix.db.common.console.slf4j.SLF4JConsoleLoggerAdapter
 
error(String, Object...) - Method in class net.jmatrix.db.common.console.slf4j.SLF4JConsoleLoggerAdapter
 
error(String, Throwable) - Method in class net.jmatrix.db.common.console.slf4j.SLF4JConsoleLoggerAdapter
 
error(String) - Method in interface net.jmatrix.db.common.console.TextConsole
 
error(String, Throwable) - Method in interface net.jmatrix.db.common.console.TextConsole
 
escape(String) - Static method in class net.jmatrix.db.common.SQLUtil
 
execute() - Method in interface net.jmatrix.db.schema.action.Action
Executes said action, and returns true if successful.
execute() - Method in class net.jmatrix.db.schema.action.ApplyAction
 
execute() - Method in class net.jmatrix.db.schema.action.InitAction
 
execute() - Method in class net.jmatrix.db.schema.action.ReapplyAction
 
execute() - Method in class net.jmatrix.db.schema.action.RollbackAction
 
executeActionsWithLock(List<Action>) - Method in class net.jmatrix.db.schema.DBM
 
executeActionWithLock(Action) - Method in class net.jmatrix.db.schema.DBM
 
executeStatement(SQLStatement) - Method in class net.jmatrix.db.schema.DBM
 
executeUpdate(Connection, String) - Static method in class net.jmatrix.db.common.DBUtils
 
export(File, String) - Method in class net.jmatrix.db.jsql.ExportSQL
 
export(File, String, String) - Method in class net.jmatrix.db.jsql.ExportSQL
 
export(Writer, String, String) - Method in class net.jmatrix.db.jsql.ExportSQL
 
ExportProcessor - Class in net.jmatrix.db.jsql.cli
 
ExportProcessor(JSQL, String) - Constructor for class net.jmatrix.db.jsql.cli.ExportProcessor
 
ExportSQL - Class in net.jmatrix.db.jsql
 
ExportSQL(ConnectionInfo) - Constructor for class net.jmatrix.db.jsql.ExportSQL
 

F

findDriver(String) - Static method in class net.jmatrix.db.drivers.DriverMap
 
fixedWidth(Object, int) - Static method in class net.jmatrix.db.common.DebugUtils
 
format(ResultSet) - Method in class net.jmatrix.db.jsql.formatters.AbstractFormatter
 
format(ResultSet, int) - Method in class net.jmatrix.db.jsql.formatters.AbstractFormatter
 
format(ResultSet, Writer, int, String, String) - Method in class net.jmatrix.db.jsql.formatters.AbstractFormatter
 
format(ResultSet, Writer) - Method in class net.jmatrix.db.jsql.formatters.AbstractFormatter
 
format(ResultSet, Writer, int, String, String, String[]) - Method in class net.jmatrix.db.jsql.formatters.PlainFormatter
 
format(ResultSet, Writer, int, String, String, String[]) - Method in class net.jmatrix.db.jsql.formatters.PrettyFormatter
 
format(List, String[], int) - Method in class net.jmatrix.db.jsql.formatters.PrettyFormatter
 
format(ResultSet) - Method in interface net.jmatrix.db.jsql.formatters.RSFormatter
 
format(ResultSet, int) - Method in interface net.jmatrix.db.jsql.formatters.RSFormatter
 
format(ResultSet, Writer) - Method in interface net.jmatrix.db.jsql.formatters.RSFormatter
 
format(ResultSet, Writer, int, String, String) - Method in interface net.jmatrix.db.jsql.formatters.RSFormatter
 
format(ResultSet, Writer, int, String, String, String[]) - Method in interface net.jmatrix.db.jsql.formatters.RSFormatter
 
format(ResultSet, Writer, int, String, String, String[]) - Method in class net.jmatrix.db.jsql.formatters.SQLFormatter
 
formatAsHtml(String) - Static method in class net.jmatrix.db.common.DebugUtils
 
formatAsHtml(Throwable) - Static method in class net.jmatrix.db.common.DebugUtils
 

G

GenericSchemaChecksum - Class in net.jmatrix.db.schema.data.v2
Generic hasher based on datbase metadata from jdbc.
GenericSchemaChecksum(ConnectionInfo) - Constructor for class net.jmatrix.db.schema.data.v2.GenericSchemaChecksum
 
GenericSchemaHasher - Class in net.jmatrix.db.schema.data.v1
Generic hasher based on datbase metadata from jdbc.
GenericSchemaHasher(Connection) - Constructor for class net.jmatrix.db.schema.data.v1.GenericSchemaHasher
 
get(int) - Method in class net.jmatrix.db.jsql.model.RecentConnections
 
getAction() - Method in class net.jmatrix.db.schema.DBVersion
 
getAction() - Method in class net.jmatrix.db.schema.VersionDisplay
 
getApplyCount() - Method in class net.jmatrix.db.schema.DiskVersion
 
getApplyCount() - Method in class net.jmatrix.db.schema.VersionDisplay
 
getApplyDate() - Method in class net.jmatrix.db.schema.DBVersion
 
getApplyFiles() - Method in class net.jmatrix.db.schema.DiskVersion
 
getApplyStatements() - Method in class net.jmatrix.db.schema.DiskVersion
 
getBooleanArg(String) - Method in class net.jmatrix.db.common.ArgParser
Returns a boolean indicating whether a command like switch was present.
getBooleanArg(String, boolean) - Method in class net.jmatrix.db.common.ArgParser
Returns a boolean indicating whether a command like switch was present.
getCallingClassAndMethod(int) - Static method in class net.jmatrix.db.common.DebugUtils
 
getCallingClassName() - Static method in class net.jmatrix.db.common.DebugUtils
 
getCallingClassName(int) - Static method in class net.jmatrix.db.common.DebugUtils
 
getCallingClassName(String) - Static method in class net.jmatrix.db.common.DebugUtils
 
getCatalog() - Method in class net.jmatrix.db.common.ConnectionInfo
 
getChecksum() - Method in class net.jmatrix.db.schema.DiskVersion
 
getColumns() - Method in class net.jmatrix.db.common.console.DefaultConsole
 
getColumns() - Method in class net.jmatrix.db.common.console.JLineConsole
 
getColumns() - Method in class net.jmatrix.db.common.console.LinuxConsole
 
getColumns() - Method in interface net.jmatrix.db.common.console.TextConsole
 
getCompleters() - Method in class net.jmatrix.db.jsql.cli.CommandProcessor
 
getCompleters() - Method in class net.jmatrix.db.jsql.cli.ConnectProcessor
 
getCompleters() - Method in class net.jmatrix.db.jsql.cli.DBMProcessor
 
getCompleters() - Method in class net.jmatrix.db.jsql.cli.ExportProcessor
 
getCompleters() - Method in interface net.jmatrix.db.jsql.cli.LineModeProcessor
 
getCompleters() - Method in class net.jmatrix.db.jsql.cli.PreparedStatementProcessor
 
getCompleters() - Method in class net.jmatrix.db.jsql.cli.ReconnectProcessor
 
getCompleters() - Method in class net.jmatrix.db.jsql.cli.SQLProcessor
 
getConfigTables() - Method in class net.jmatrix.db.schema.data.v1.GenericSchemaHasher
 
getConfigTables() - Method in class net.jmatrix.db.schema.data.v2.GenericSchemaChecksum
 
getConnection(String, String, String, String) - Static method in class net.jmatrix.db.common.DBUtils
 
getConnection() - Method in class net.jmatrix.db.jsql.JSQL
 
getConnectionInfo() - Method in class net.jmatrix.db.jsql.JSQL
 
getConnections() - Method in class net.jmatrix.db.jsql.model.RecentConnections
 
getConsole() - Static method in class net.jmatrix.db.common.console.SysConsole
 
getConsole() - Method in class net.jmatrix.db.jsql.JSQL
 
getCurrentDBVersion() - Method in class net.jmatrix.db.schema.DBM
 
getCurrentVersion() - Method in class net.jmatrix.db.schema.data.v1.DBMData
 
getCurrentVersion() - Method in class net.jmatrix.db.schema.data.v2.DBMData
 
getDate() - Method in class net.jmatrix.db.schema.DiskVersion
 
getDbChecksum() - Method in class net.jmatrix.db.schema.DBVersion
 
getDbDate() - Method in class net.jmatrix.db.schema.VersionDisplay
 
getDBMData() - Method in class net.jmatrix.db.schema.DBM
 
getDbuser() - Method in class net.jmatrix.db.schema.DBVersion
 
getDbVersion() - Method in class net.jmatrix.db.schema.VersionDisplay
 
getDBVersions() - Method in class net.jmatrix.db.schema.data.v1.DBMData
 
getDBVersions() - Method in class net.jmatrix.db.schema.data.v2.DBMData
 
getDefaultConnection() - Method in class net.jmatrix.db.common.ConnectionInfo
 
getDiskDate() - Method in class net.jmatrix.db.schema.VersionDisplay
 
getDiskVersion() - Method in class net.jmatrix.db.schema.SQLStatement
 
getDiskVersion() - Method in class net.jmatrix.db.schema.VersionDisplay
 
getDriver() - Method in class net.jmatrix.db.common.ConnectionInfo
 
getDriverClass() - Method in class net.jmatrix.db.common.ConnectionInfo
 
getExistingLock() - Method in class net.jmatrix.db.schema.DBM
 
getFile() - Method in class net.jmatrix.db.schema.SQLStatement
 
getFileChecksum() - Method in class net.jmatrix.db.schema.DBVersion
 
getFilepath() - Method in class net.jmatrix.db.schema.DBVersion
 
getFileString() - Method in class net.jmatrix.db.schema.SQLStatement
 
getFlavor() - Method in class net.jmatrix.db.common.ConnectionInfo
 
getFormatter() - Method in class net.jmatrix.db.jsql.JSQL
 
getHost() - Method in class net.jmatrix.db.schema.data.v2.DBMLock
 
getHostname() - Method in class net.jmatrix.db.schema.DBVersion
 
getHostuser() - Method in class net.jmatrix.db.schema.DBVersion
 
getId() - Method in class net.jmatrix.db.schema.data.v2.DBMLock
 
getILevel() - Method in enum net.jmatrix.db.common.console.TextConsole.Level
 
getIntArg(String, int) - Method in class net.jmatrix.db.common.ArgParser
 
getIntegerArg(String) - Method in class net.jmatrix.db.common.ArgParser
 
getLastArg() - Method in class net.jmatrix.db.common.ArgParser
 
getLastConnectTime() - Method in class net.jmatrix.db.common.ConnectionInfo
 
getLevel() - Method in class net.jmatrix.db.common.console.AbstractConsole
 
getLevel() - Method in interface net.jmatrix.db.common.console.TextConsole
 
getLog() - Static method in class net.jmatrix.db.common.ClassLogFactory
 
getLog(int) - Static method in class net.jmatrix.db.common.ClassLogFactory
 
getLog(String) - Static method in class net.jmatrix.db.common.ClassLogFactory
 
getLogger(String) - Method in class net.jmatrix.db.common.console.slf4j.ConsoleLoggerFactory
 
getLoggerFactory() - Method in class org.slf4j.impl.StaticLoggerBinder
 
getLoggerFactoryClassStr() - Method in class org.slf4j.impl.StaticLoggerBinder
 
getMaxDiskVersion() - Method in class net.jmatrix.db.schema.DBM
 
getMostRecent() - Method in class net.jmatrix.db.jsql.model.RecentConnections
 
getNotes() - Method in class net.jmatrix.db.schema.data.v2.DBMLock
 
getNumber() - Method in class net.jmatrix.db.jsql.model.RecentConnections
 
getPassword() - Method in class net.jmatrix.db.common.ConnectionInfo
 
getPasswordB64() - Method in class net.jmatrix.db.common.ConnectionInfo
 
getPath() - Method in class net.jmatrix.db.schema.DiskVersion
 
getPreviousVersion() - Method in class net.jmatrix.db.schema.data.v1.DBMData
 
getPreviousVersion() - Method in class net.jmatrix.db.schema.data.v2.DBMData
 
getProperties() - Method in class net.jmatrix.db.common.ConnectionInfo
 
getProperty(String) - Method in class net.jmatrix.db.common.ConnectionInfo
 
getReader() - Method in class net.jmatrix.db.common.console.JLineConsole
 
getRecentConnections() - Method in class net.jmatrix.db.jsql.JSQL
 
getRollback() - Method in class net.jmatrix.db.schema.DBVersion
 
getRollbackCount() - Method in class net.jmatrix.db.schema.DiskVersion
 
getRollbackCount() - Method in class net.jmatrix.db.schema.VersionDisplay
 
getRollbackFiles() - Method in class net.jmatrix.db.schema.DiskVersion
 
getRollbackStatements() - Method in class net.jmatrix.db.schema.DiskVersion
 
getRows() - Method in class net.jmatrix.db.common.console.DefaultConsole
 
getRows() - Method in class net.jmatrix.db.common.console.JLineConsole
 
getRows() - Method in class net.jmatrix.db.common.console.LinuxConsole
 
getRows() - Method in interface net.jmatrix.db.common.console.TextConsole
 
getSchema() - Method in class net.jmatrix.db.common.ConnectionInfo
 
getSingleton() - Static method in class org.slf4j.impl.StaticLoggerBinder
 
getSql() - Method in class net.jmatrix.db.schema.SQLStatement
 
getStackContext(int) - Static method in class net.jmatrix.db.common.DebugUtils
 
getStringArg(String) - Method in class net.jmatrix.db.common.ArgParser
 
getStringArg(String, String) - Method in class net.jmatrix.db.common.ArgParser
Returns the string corresponding to the requested key.
getTimestamp() - Method in class net.jmatrix.db.schema.data.v2.DBMLock
 
getUrl() - Method in class net.jmatrix.db.common.ConnectionInfo
 
getUser() - Method in class net.jmatrix.db.schema.data.v2.DBMLock
 
getUsername() - Method in class net.jmatrix.db.common.ConnectionInfo
 
getVersion() - Method in class net.jmatrix.db.schema.DBVersion
 
getVersion() - Method in class net.jmatrix.db.schema.DiskVersion
 
getVersion() - Method in class net.jmatrix.db.schema.VersionDisplay
 

H

hasData() - Static method in class net.jmatrix.db.common.PerfTrack
 
hashCode() - Method in class net.jmatrix.db.common.ConnectionInfo
 
hashCode() - Method in class net.jmatrix.db.common.Version
 
header(String, ResultSet) - Method in class net.jmatrix.db.jsql.formatters.AbstractFormatter
 
header(String, ResultSet, String[]) - Method in class net.jmatrix.db.jsql.formatters.PlainFormatter
 
header(String, ResultSet, String[]) - Method in class net.jmatrix.db.jsql.formatters.PrettyFormatter
 
header(String, ResultSet) - Method in interface net.jmatrix.db.jsql.formatters.RSFormatter
 
header(String, ResultSet, String[]) - Method in interface net.jmatrix.db.jsql.formatters.RSFormatter
 
header(String, ResultSet, String[]) - Method in class net.jmatrix.db.jsql.formatters.SQLFormatter
 
Hex - Class in net.jmatrix.db.common
 
Hex() - Constructor for class net.jmatrix.db.common.Hex
 

I

indent(String, int) - Static method in class net.jmatrix.db.common.DebugUtils
 
info(String) - Method in class net.jmatrix.db.common.console.AbstractConsole
 
info(String, Throwable) - Method in class net.jmatrix.db.common.console.AbstractConsole
 
info(String) - Method in class net.jmatrix.db.common.console.slf4j.SLF4JConsoleLoggerAdapter
 
info(String, Object) - Method in class net.jmatrix.db.common.console.slf4j.SLF4JConsoleLoggerAdapter
 
info(String, Object, Object) - Method in class net.jmatrix.db.common.console.slf4j.SLF4JConsoleLoggerAdapter
 
info(String, Object...) - Method in class net.jmatrix.db.common.console.slf4j.SLF4JConsoleLoggerAdapter
 
info(String, Throwable) - Method in class net.jmatrix.db.common.console.slf4j.SLF4JConsoleLoggerAdapter
 
info(String) - Method in interface net.jmatrix.db.common.console.TextConsole
 
info(String, Throwable) - Method in interface net.jmatrix.db.common.console.TextConsole
 
init() - Method in class net.jmatrix.db.schema.data.v1.DBMData
 
init() - Method in class net.jmatrix.db.schema.data.v2.DBMData
 
init() - Method in class net.jmatrix.db.schema.DBM
 
InitAction - Class in net.jmatrix.db.schema.action
 
InitAction(DBM) - Constructor for class net.jmatrix.db.schema.action.InitAction
 
initDB() - Method in class net.jmatrix.db.schema.DBM
 
initDefaultConnection() - Method in class net.jmatrix.db.common.ConnectionInfo
 
intFunction(Statement, String) - Static method in class net.jmatrix.db.common.DBUtils
 
isConnected() - Method in class net.jmatrix.db.common.ConnectionInfo
 
isConnected() - Method in class net.jmatrix.db.jsql.JSQL
 
isCurrentRootAndComplete() - Static method in class net.jmatrix.db.common.PerfTrack
 
isDebugEnabled() - Method in class net.jmatrix.db.common.console.slf4j.SLF4JConsoleLoggerAdapter
 
isErrorEnabled() - Method in class net.jmatrix.db.common.console.slf4j.SLF4JConsoleLoggerAdapter
 
isInfoEnabled() - Method in class net.jmatrix.db.common.console.slf4j.SLF4JConsoleLoggerAdapter
 
isTraceEnabled() - Method in class net.jmatrix.db.common.console.slf4j.SLF4JConsoleLoggerAdapter
 
isV2Schema() - Method in class net.jmatrix.db.schema.data.v2.DBMData
 
isWarnEnabled() - Method in class net.jmatrix.db.common.console.slf4j.SLF4JConsoleLoggerAdapter
 

J

jdbcTypeString(int) - Static method in class net.jmatrix.db.common.SQLUtil
 
JLineConsole - Class in net.jmatrix.db.common.console
 
JLineConsole() - Constructor for class net.jmatrix.db.common.console.JLineConsole
 
JLineEx - Class in net.jmatrix.db.jsql
 
JLineEx() - Constructor for class net.jmatrix.db.jsql.JLineEx
 
jsonDebug(Object) - Static method in class net.jmatrix.db.common.DebugUtils
 
jsonDebug(Object, boolean) - Static method in class net.jmatrix.db.common.DebugUtils
 
JSONUtil - Class in net.jmatrix.db.common
 
JSONUtil() - Constructor for class net.jmatrix.db.common.JSONUtil
 
jsql - Variable in class net.jmatrix.db.jsql.cli.commands.AbstractCommand
 
JSQL - Class in net.jmatrix.db.jsql
 
JSQL - Static variable in class net.jmatrix.db.jsql.JSQL
 

L

LineModeProcessor - Interface in net.jmatrix.db.jsql.cli
 
LinuxConsole - Class in net.jmatrix.db.common.console
 
LinuxConsole() - Constructor for class net.jmatrix.db.common.console.LinuxConsole
 
load(String) - Static method in class net.jmatrix.db.jsql.model.RecentConnections
 
LOCK_CHECK_INTERVAL - Static variable in class net.jmatrix.db.schema.data.v2.DBMData
 
LockTest - Class in net.jmatrix.db.schema.data.v2
 
LockTest() - Constructor for class net.jmatrix.db.schema.data.v2.LockTest
 
log(String) - Static method in class net.jmatrix.db.common.DBUtils
 
logStatement(String, String, boolean, int, String) - Method in class net.jmatrix.db.schema.data.v1.DBMData
 
logStatement(SQLStatement, boolean, int, String) - Method in class net.jmatrix.db.schema.data.v2.DBMData
 

M

main(String[]) - Static method in class net.jmatrix.db.common.StringUtils
 
main(String[]) - Static method in class net.jmatrix.db.jsql.ExportSQL
 
main(String[]) - Static method in class net.jmatrix.db.jsql.JLineEx
 
main(String[]) - Static method in class net.jmatrix.db.jsql.JSQL
 
main(String[]) - Static method in class net.jmatrix.db.schema.data.v2.LockTest
 
main(String[]) - Static method in class net.jmatrix.db.schema.DBMCLI
Commands: updateall - updates schema to latest version on disk.
MAX_LENGTH - Static variable in class net.jmatrix.db.common.DebugUtils
 
maxrows - Variable in class net.jmatrix.db.jsql.formatters.AbstractFormatter
 
MS_SQL_SERVER - Static variable in class net.jmatrix.db.drivers.DriverMap
 
MYSQL - Static variable in class net.jmatrix.db.drivers.DriverMap
 

N

net.jmatrix.db.common - package net.jmatrix.db.common
 
net.jmatrix.db.common.console - package net.jmatrix.db.common.console
 
net.jmatrix.db.common.console.slf4j - package net.jmatrix.db.common.console.slf4j
 
net.jmatrix.db.drivers - package net.jmatrix.db.drivers
 
net.jmatrix.db.jsql - package net.jmatrix.db.jsql
 
net.jmatrix.db.jsql.cli - package net.jmatrix.db.jsql.cli
 
net.jmatrix.db.jsql.cli.commands - package net.jmatrix.db.jsql.cli.commands
 
net.jmatrix.db.jsql.formatters - package net.jmatrix.db.jsql.formatters
 
net.jmatrix.db.jsql.model - package net.jmatrix.db.jsql.model
 
net.jmatrix.db.schema - package net.jmatrix.db.schema
 
net.jmatrix.db.schema.action - package net.jmatrix.db.schema.action
 
net.jmatrix.db.schema.data.v1 - package net.jmatrix.db.schema.data.v1
 
net.jmatrix.db.schema.data.v2 - package net.jmatrix.db.schema.data.v2
 

O

ORACLE - Static variable in class net.jmatrix.db.drivers.DriverMap
 
org.slf4j.impl - package org.slf4j.impl
 

P

pad(String, int, String) - Static method in class net.jmatrix.db.common.DebugUtils
 
pad(int, char) - Static method in class net.jmatrix.db.common.StringUtils
 
padString(int, String) - Static method in class net.jmatrix.db.common.DebugUtils
 
PerfTrack - Class in net.jmatrix.db.common
PerfTrack tracks performance through multiple operations within a Thread.
PerfTrack() - Constructor for class net.jmatrix.db.common.PerfTrack
 
PlainFormatter - Class in net.jmatrix.db.jsql.formatters
 
PlainFormatter(ConnectionInfo) - Constructor for class net.jmatrix.db.jsql.formatters.PlainFormatter
 
PreparedStatementProcessor - Class in net.jmatrix.db.jsql.cli
 
PreparedStatementProcessor(JSQL) - Constructor for class net.jmatrix.db.jsql.cli.PreparedStatementProcessor
 
PrettyFormatter - Class in net.jmatrix.db.jsql.formatters
 
PrettyFormatter() - Constructor for class net.jmatrix.db.jsql.formatters.PrettyFormatter
 
PrettyFormatter(TextConsole) - Constructor for class net.jmatrix.db.jsql.formatters.PrettyFormatter
 
PrettyFormatter(ConnectionInfo, TextConsole) - Constructor for class net.jmatrix.db.jsql.formatters.PrettyFormatter
 
print(String) - Method in class net.jmatrix.db.common.console.AbstractConsole
 
print(String) - Method in class net.jmatrix.db.common.console.JLineConsole
 
print(String) - Method in interface net.jmatrix.db.common.console.TextConsole
 
println(String) - Method in class net.jmatrix.db.common.console.AbstractConsole
 
println(String) - Method in class net.jmatrix.db.common.console.JLineConsole
 
println(String) - Method in interface net.jmatrix.db.common.console.TextConsole
 
process(String) - Method in interface net.jmatrix.db.jsql.cli.commands.Command
 
process(String) - Method in class net.jmatrix.db.jsql.cli.commands.DescribeCommand
Format of this command: describe {tablename} - shorthand describe procedure {procedurename} describe table {tablename}
process(String) - Method in class net.jmatrix.db.jsql.cli.commands.SetCommand
set connection schema {schema} : set the connetion schema - if not avilable, set on connection info catalog {catalog} : set the connection catalog readonly {T/F}: jsql formatter [pretty|plain|sql]
process(String) - Method in class net.jmatrix.db.jsql.cli.commands.ShowCommand
 
processLine(String) - Method in class net.jmatrix.db.jsql.cli.CommandProcessor
 
processLine(String) - Method in class net.jmatrix.db.jsql.cli.ConnectProcessor
 
processLine(String) - Method in class net.jmatrix.db.jsql.cli.DBMProcessor
 
processLine(String) - Method in class net.jmatrix.db.jsql.cli.ExportProcessor
 
processLine(String) - Method in interface net.jmatrix.db.jsql.cli.LineModeProcessor
Processes the current line.
processLine(String) - Method in class net.jmatrix.db.jsql.cli.PreparedStatementProcessor
 
processLine(String) - Method in class net.jmatrix.db.jsql.cli.ReconnectProcessor
 
processLine(String) - Method in class net.jmatrix.db.jsql.cli.SQLProcessor
 
prompt() - Method in class net.jmatrix.db.jsql.cli.CommandProcessor
 
prompt() - Method in class net.jmatrix.db.jsql.cli.ConnectProcessor
 
prompt() - Method in class net.jmatrix.db.jsql.cli.DBMProcessor
 
prompt() - Method in class net.jmatrix.db.jsql.cli.ExportProcessor
 
prompt() - Method in interface net.jmatrix.db.jsql.cli.LineModeProcessor
 
prompt() - Method in class net.jmatrix.db.jsql.cli.PreparedStatementProcessor
 
prompt() - Method in class net.jmatrix.db.jsql.cli.ReconnectProcessor
 
prompt() - Method in class net.jmatrix.db.jsql.cli.SQLProcessor
 
pump(InputStream, OutputStream) - Static method in class net.jmatrix.db.common.StreamUtil
Pumps one stream to another, with a buffer - both streams are closed when the pump is complete.
pump(Reader, Writer) - Static method in class net.jmatrix.db.common.StreamUtil
Pumps one stream to another, with a buffer - both streams are closed when the pump is complete.
pumpExactly(InputStream, OutputStream, int) - Static method in class net.jmatrix.db.common.StreamUtil
 

R

read(String) - Method in class net.jmatrix.db.common.DotConfig
 
read(String, Class<U>) - Static method in class net.jmatrix.db.common.JSONUtil
 
readFully(InputStream) - Static method in class net.jmatrix.db.common.StreamUtil
 
readFully(File) - Static method in class net.jmatrix.db.common.StreamUtil
 
readLine(String) - Method in class net.jmatrix.db.common.console.AbstractConsole
 
readLine(String) - Method in class net.jmatrix.db.common.console.JLineConsole
 
readLine(String) - Method in interface net.jmatrix.db.common.console.TextConsole
 
readToString(InputStream) - Static method in class net.jmatrix.db.common.StreamUtil
Reads all remaining bytes from a stream and returns it as a string.
readToString(InputStream, String) - Static method in class net.jmatrix.db.common.StreamUtil
Reads all remaining bytes from a stream and returns it as a string.
readToString(File) - Static method in class net.jmatrix.db.common.StreamUtil
 
reapply(String) - Method in class net.jmatrix.db.schema.DBM
 
ReapplyAction - Class in net.jmatrix.db.schema.action
 
ReapplyAction(DBM, DiskVersion) - Constructor for class net.jmatrix.db.schema.action.ReapplyAction
 
RecentConnections - Class in net.jmatrix.db.jsql.model
A list of recent connections.
RecentConnections() - Constructor for class net.jmatrix.db.jsql.model.RecentConnections
 
recommendUpdateActions() - Method in class net.jmatrix.db.schema.DBM
 
ReconnectProcessor - Class in net.jmatrix.db.jsql.cli
 
ReconnectProcessor(JSQL) - Constructor for class net.jmatrix.db.jsql.cli.ReconnectProcessor
 
releaseLock(DBMLock) - Method in class net.jmatrix.db.schema.data.v2.DBMData
 
releaseLock(String) - Method in class net.jmatrix.db.schema.data.v2.DBMData
 
reloadDBVersions() - Method in class net.jmatrix.db.schema.DBM
 
reloadDiskVersions() - Method in class net.jmatrix.db.schema.DBM
 
reportAndClear() - Static method in class net.jmatrix.db.common.PerfTrack
 
rollback(String) - Method in class net.jmatrix.db.schema.DBM
 
RollbackAction - Class in net.jmatrix.db.schema.action
 
RollbackAction(DBM, DiskVersion) - Constructor for class net.jmatrix.db.schema.action.RollbackAction
 
RSFormatter - Interface in net.jmatrix.db.jsql.formatters
Used to format data from a result set to a String.
run() - Method in class net.jmatrix.db.jsql.SQLRunner
 

S

save(String) - Method in class net.jmatrix.db.jsql.model.RecentConnections
 
SchemaChecksum - Interface in net.jmatrix.db.schema.data.v2
 
SchemaHasher - Interface in net.jmatrix.db.schema.data.v1
 
selectLock(String) - Method in class net.jmatrix.db.schema.data.v2.DBMData
 
set(String, Object) - Method in class net.jmatrix.db.jsql.formatters.AbstractFormatter
 
set(String, Object) - Method in interface net.jmatrix.db.jsql.formatters.RSFormatter
 
setAction(String) - Method in class net.jmatrix.db.schema.DBVersion
 
setApplyDate(Date) - Method in class net.jmatrix.db.schema.DBVersion
 
setApplyFiles(List<File>) - Method in class net.jmatrix.db.schema.DiskVersion
 
setApplyStatements(List<SQLStatement>) - Method in class net.jmatrix.db.schema.DiskVersion
 
setCatalog(String) - Method in class net.jmatrix.db.common.ConnectionInfo
 
SetCommand - Class in net.jmatrix.db.jsql.cli.commands
 
SetCommand(JSQL) - Constructor for class net.jmatrix.db.jsql.cli.commands.SetCommand
 
setCompleters(Collection<Completer>) - Method in class net.jmatrix.db.common.console.AbstractConsole
 
setCompleters(Collection<Completer>) - Method in class net.jmatrix.db.common.console.JLineConsole
 
setCompleters(Collection<Completer>) - Method in interface net.jmatrix.db.common.console.TextConsole
 
setConfigTables(List<String>) - Method in class net.jmatrix.db.schema.data.v1.GenericSchemaHasher
 
setConfigTables(List<String>) - Method in class net.jmatrix.db.schema.data.v2.GenericSchemaChecksum
 
setConnectionInfo(ConnectionInfo) - Method in class net.jmatrix.db.jsql.formatters.AbstractFormatter
 
setConnectionInfo(ConnectionInfo) - Method in interface net.jmatrix.db.jsql.formatters.RSFormatter
 
setConnections(List<ConnectionInfo>) - Method in class net.jmatrix.db.jsql.model.RecentConnections
 
setDbChecksum(String) - Method in class net.jmatrix.db.schema.DBVersion
 
setDbuser(String) - Method in class net.jmatrix.db.schema.DBVersion
 
setDefaultConnection(Connection) - Method in class net.jmatrix.db.common.ConnectionInfo
 
setDriver(Driver) - Method in class net.jmatrix.db.common.ConnectionInfo
 
setDriverClass(String) - Method in class net.jmatrix.db.common.ConnectionInfo
 
setFileChecksum(String) - Method in class net.jmatrix.db.schema.DBVersion
 
setFilepath(String) - Method in class net.jmatrix.db.schema.DBVersion
 
setFlavor(ConnectionInfo.Flavor) - Method in class net.jmatrix.db.common.ConnectionInfo
 
setFormatter(RSFormatter) - Method in class net.jmatrix.db.jsql.JSQL
 
setHost(String) - Method in class net.jmatrix.db.schema.data.v2.DBMLock
 
setHostname(String) - Method in class net.jmatrix.db.schema.DBVersion
 
setHostuser(String) - Method in class net.jmatrix.db.schema.DBVersion
 
setId(String) - Method in class net.jmatrix.db.schema.data.v2.DBMLock
 
setLastConnectTime(long) - Method in class net.jmatrix.db.common.ConnectionInfo
 
setLevel(TextConsole.Level) - Method in class net.jmatrix.db.common.console.AbstractConsole
 
setLevel(TextConsole.Level) - Method in interface net.jmatrix.db.common.console.TextConsole
 
setMaxRows(int) - Method in class net.jmatrix.db.jsql.formatters.AbstractFormatter
 
setMaxRows(int) - Method in interface net.jmatrix.db.jsql.formatters.RSFormatter
Sets the max number of rows to be processed, if
setNotes(String) - Method in class net.jmatrix.db.schema.data.v2.DBMLock
 
setNumber(int) - Method in class net.jmatrix.db.jsql.model.RecentConnections
 
setPassword(String) - Method in class net.jmatrix.db.common.ConnectionInfo
 
setPasswordB64(String) - Method in class net.jmatrix.db.common.ConnectionInfo
 
setPath(File) - Method in class net.jmatrix.db.schema.DiskVersion
 
setProperties(Map<String, String>) - Method in class net.jmatrix.db.common.ConnectionInfo
 
setProperty(String, String) - Method in class net.jmatrix.db.common.ConnectionInfo
 
setRollback(Boolean) - Method in class net.jmatrix.db.schema.DBVersion
 
setRollbackFiles(List<File>) - Method in class net.jmatrix.db.schema.DiskVersion
 
setRollbackStatements(List<SQLStatement>) - Method in class net.jmatrix.db.schema.DiskVersion
 
setSchema(String) - Method in class net.jmatrix.db.common.ConnectionInfo
 
setTimestamp(long) - Method in class net.jmatrix.db.schema.data.v2.DBMLock
 
setUrl(String) - Method in class net.jmatrix.db.common.ConnectionInfo
 
setUser(String) - Method in class net.jmatrix.db.schema.data.v2.DBMLock
 
setUsername(String) - Method in class net.jmatrix.db.common.ConnectionInfo
 
setVersion(String, String, String) - Method in class net.jmatrix.db.schema.data.v1.DBMData
 
setVersion(String, String, String, boolean, String, String) - Method in class net.jmatrix.db.schema.data.v2.DBMData
 
setVersion(String) - Method in class net.jmatrix.db.schema.DBM
Manually sets the version to some value.
setVersion(Version) - Method in class net.jmatrix.db.schema.DBVersion
 
setVersion(Version) - Method in class net.jmatrix.db.schema.DiskVersion
 
shortClassname(Object) - Static method in class net.jmatrix.db.common.DebugUtils
 
shortClassname(Class) - Static method in class net.jmatrix.db.common.DebugUtils
 
shortClassname(String) - Static method in class net.jmatrix.db.common.DebugUtils
 
shortUUID() - Static method in class net.jmatrix.db.common.StringUtils
 
ShowCommand - Class in net.jmatrix.db.jsql.cli.commands
show db tables views ...
ShowCommand(JSQL) - Constructor for class net.jmatrix.db.jsql.cli.commands.ShowCommand
 
showDBHistory() - Method in class net.jmatrix.db.schema.DBM
 
showDiskVersions() - Method in class net.jmatrix.db.schema.DBM
 
showVersionStatus() - Method in class net.jmatrix.db.schema.DBM
 
size() - Method in class net.jmatrix.db.common.ArgParser
 
sleep(long) - Static method in class net.jmatrix.db.common.DebugUtils
 
SLF4JConsoleLoggerAdapter - Class in net.jmatrix.db.common.console.slf4j
 
SLF4JConsoleLoggerAdapter(String, TextConsole) - Constructor for class net.jmatrix.db.common.console.slf4j.SLF4JConsoleLoggerAdapter
 
splitSQL(String, String) - Static method in class net.jmatrix.db.common.SQLUtil
 
splitString(String, String, String, int) - Static method in class net.jmatrix.db.common.DebugUtils
 
SQLFormatter - Class in net.jmatrix.db.jsql.formatters
Formats results as INSERT statments.
SQLFormatter(ConnectionInfo) - Constructor for class net.jmatrix.db.jsql.formatters.SQLFormatter
 
SQLProcessor - Class in net.jmatrix.db.jsql.cli
 
SQLProcessor(JSQL) - Constructor for class net.jmatrix.db.jsql.cli.SQLProcessor
 
SQLRunner - Class in net.jmatrix.db.jsql
 
SQLRunner(JSQL, File) - Constructor for class net.jmatrix.db.jsql.SQLRunner
 
SQLStatement - Class in net.jmatrix.db.schema
Represents a single executable sql statement.
SQLStatement(DiskVersion, String, File) - Constructor for class net.jmatrix.db.schema.SQLStatement
 
SQLUtil - Class in net.jmatrix.db.common
Small utilities related to SQL itself.
SQLUtil() - Constructor for class net.jmatrix.db.common.SQLUtil
 
stackString(Throwable) - Static method in class net.jmatrix.db.common.DebugUtils
 
start(Method) - Static method in class net.jmatrix.db.common.PerfTrack
 
start(String) - Static method in class net.jmatrix.db.common.PerfTrack
 
start() - Method in class net.jmatrix.db.jsql.JSQL
 
StaticLoggerBinder - Class in org.slf4j.impl
 
StaticLoggerBinder() - Constructor for class org.slf4j.impl.StaticLoggerBinder
 
stop(Method) - Static method in class net.jmatrix.db.common.PerfTrack
 
stop(String) - Static method in class net.jmatrix.db.common.PerfTrack
 
StreamUtil - Class in net.jmatrix.db.common
 
StreamUtil() - Constructor for class net.jmatrix.db.common.StreamUtil
 
stringListFunction(Statement, String) - Static method in class net.jmatrix.db.common.DBUtils
 
StringUtils - Class in net.jmatrix.db.common
 
StringUtils() - Constructor for class net.jmatrix.db.common.StringUtils
 
stripSQLComments(String) - Static method in class net.jmatrix.db.common.SQLUtil
 
summary() - Method in interface net.jmatrix.db.schema.action.Action
Returns a (possibly) multi-line summary of the details of this action.
summary() - Method in class net.jmatrix.db.schema.action.ApplyAction
 
summary() - Method in class net.jmatrix.db.schema.action.InitAction
 
summary() - Method in class net.jmatrix.db.schema.action.ReapplyAction
 
summary() - Method in class net.jmatrix.db.schema.action.RollbackAction
 
SysConsole - Class in net.jmatrix.db.common.console
 
SysConsole() - Constructor for class net.jmatrix.db.common.console.SysConsole
 

T

TextConsole - Interface in net.jmatrix.db.common.console
 
TextConsole.Level - Enum in net.jmatrix.db.common.console
 
toString() - Method in class net.jmatrix.db.common.ArgParser
 
toString() - Method in class net.jmatrix.db.common.ConnectionInfo
 
toString() - Method in class net.jmatrix.db.common.console.JLineConsole
 
toString() - Method in class net.jmatrix.db.common.console.LinuxConsole
 
toString(int) - Static method in class net.jmatrix.db.common.PerfTrack
 
toString() - Method in class net.jmatrix.db.common.Version
 
toString() - Method in class net.jmatrix.db.schema.action.ApplyAction
 
toString() - Method in class net.jmatrix.db.schema.action.InitAction
 
toString() - Method in class net.jmatrix.db.schema.action.ReapplyAction
 
toString() - Method in class net.jmatrix.db.schema.action.RollbackAction
 
toString() - Method in class net.jmatrix.db.schema.data.v2.DBMLock
 
toString() - Method in class net.jmatrix.db.schema.DBVersion
 
toString() - Method in class net.jmatrix.db.schema.DiskVersion
 
trace(String) - Method in class net.jmatrix.db.common.console.slf4j.SLF4JConsoleLoggerAdapter
 
trace(String, Object) - Method in class net.jmatrix.db.common.console.slf4j.SLF4JConsoleLoggerAdapter
 
trace(String, Object, Object) - Method in class net.jmatrix.db.common.console.slf4j.SLF4JConsoleLoggerAdapter
 
trace(String, Object...) - Method in class net.jmatrix.db.common.console.slf4j.SLF4JConsoleLoggerAdapter
 
trace(String, Throwable) - Method in class net.jmatrix.db.common.console.slf4j.SLF4JConsoleLoggerAdapter
 
truncate(String) - Static method in class net.jmatrix.db.common.DebugUtils
 
truncate(String, int) - Static method in class net.jmatrix.db.common.DebugUtils
 

U

unbufferedPump(InputStream, OutputStream) - Static method in class net.jmatrix.db.common.StreamUtil
 
update(ConnectionInfo) - Method in class net.jmatrix.db.jsql.model.RecentConnections
 
updateAll() - Method in class net.jmatrix.db.schema.DBM
 
usage() - Static method in class net.jmatrix.db.jsql.JLineEx
 

V

valueOf(String) - Static method in enum net.jmatrix.db.common.ConnectionInfo.Flavor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.jmatrix.db.common.console.TextConsole.Level
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.jmatrix.db.common.ConnectionInfo.Flavor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.jmatrix.db.common.console.TextConsole.Level
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in net.jmatrix.db.common
A version object and comparator for ordering.
Version(String) - Constructor for class net.jmatrix.db.common.Version
 
VersionDisplay - Class in net.jmatrix.db.schema
 
VersionDisplay() - Constructor for class net.jmatrix.db.schema.VersionDisplay
 
VersionDisplay(Version, DiskVersion, DBVersion) - Constructor for class net.jmatrix.db.schema.VersionDisplay
 

W

warn(String) - Method in class net.jmatrix.db.common.console.AbstractConsole
 
warn(String, Throwable) - Method in class net.jmatrix.db.common.console.AbstractConsole
 
warn(String, Throwable) - Method in class net.jmatrix.db.common.console.JLineConsole
 
warn(String, Throwable) - Method in class net.jmatrix.db.common.console.LinuxConsole
 
warn(String) - Method in class net.jmatrix.db.common.console.slf4j.SLF4JConsoleLoggerAdapter
 
warn(String, Object) - Method in class net.jmatrix.db.common.console.slf4j.SLF4JConsoleLoggerAdapter
 
warn(String, Object...) - Method in class net.jmatrix.db.common.console.slf4j.SLF4JConsoleLoggerAdapter
 
warn(String, Object, Object) - Method in class net.jmatrix.db.common.console.slf4j.SLF4JConsoleLoggerAdapter
 
warn(String, Throwable) - Method in class net.jmatrix.db.common.console.slf4j.SLF4JConsoleLoggerAdapter
 
warn(String) - Method in interface net.jmatrix.db.common.console.TextConsole
 
warn(String, Throwable) - Method in interface net.jmatrix.db.common.console.TextConsole
 
write(String, String) - Method in class net.jmatrix.db.common.DotConfig
 
write(Object) - Static method in class net.jmatrix.db.common.JSONUtil
 
write(String, Writer) - Static method in class net.jmatrix.db.common.StreamUtil
 
write(String, File) - Static method in class net.jmatrix.db.common.StreamUtil
 
write(byte[], File) - Static method in class net.jmatrix.db.common.StreamUtil
 
write(InputStream, File) - Static method in class net.jmatrix.db.common.StreamUtil
 
A C D E F G H I J L M N O P R S T U V W 

Copyright © 2014. All rights reserved.