Serialized Form
message
String message
state
String state
code
int code
level
int level
statementGroup
int statementGroup
statementCode
int statementCode
Class org.hsqldb.HsqlException.HsqlRuntimeMemoryError extends OutOfMemoryError implements Serializable |
Class org.hsqldb.SetFunction extends Object implements Serializable |
distinctValues
org.hsqldb.lib.HashSet distinctValues
isDistinct
boolean isDistinct
setType
int setType
typeCode
int typeCode
type
org.hsqldb.types.Type type
arrayType
org.hsqldb.types.ArrayType arrayType
returnType
org.hsqldb.types.Type returnType
count
long count
hasNull
boolean hasNull
every
boolean every
some
boolean some
currentLong
long currentLong
currentDouble
double currentDouble
currentBigDecimal
BigDecimal currentBigDecimal
currentValue
Object currentValue
hi
long hi
lo
long lo
sk
double sk
vk
double vk
n
long n
initialized
boolean initialized
sample
boolean sample
Class org.hsqldb.auth.DenyException extends Exception implements Serializable |
Package org.hsqldb.cmdline |
serialVersionUID: 1424909871915188519L
exitValue
int exitValue
Class org.hsqldb.cmdline.SqlToolError extends org.hsqldb.lib.AppendableException implements Serializable |
serialVersionUID: 1792522673702223649L
connectionProps
Properties connectionProps
description
String description
- description of data source - informational
dataSourceName
String dataSourceName
- name of data source - informational
serverName
String serverName
- name of server - informational
networkProtocol
String networkProtocol
- network protocol - informational
loginTimeout
int loginTimeout
- login timeout
user
String user
- connection user
password
String password
- connection password
url
String url
- database URL
states
AtomicIntegerArray states
connections
org.hsqldb.jdbc.pool.JDBCPooledConnection[] connections
source
org.hsqldb.jdbc.pool.JDBCPooledDataSource source
closed
boolean closed
Class org.hsqldb.lib.AppendableException extends Exception implements Serializable |
serialVersionUID: -1002629580611098803L
appendages
List<E> appendages
Package org.hsqldb.lib.tar |
serialVersionUID: 3086795680582315773L
sizeObject
Long sizeObject
Class org.hsqldb.lib.tar.TarMalformatException extends Exception implements Serializable |
Class org.hsqldb.lib.tar.TarReader.TarEntryHeader.MissingField extends Exception implements Serializable |
field
org.hsqldb.lib.tar.TarHeaderField field
Package org.hsqldb.sample |
Class org.hsqldb.sample.ConnectionTypesSample extends Vector implements Serializable |
Class org.hsqldb.sample.DatabaseManagerSample extends org.hsqldb.util.DatabaseManager implements Serializable |
Package org.hsqldb.server |
Class org.hsqldb.server.Servlet extends HttpServlet implements Serializable |
dbType
String dbType
dbPath
String dbPath
errorStr
String errorStr
rowOut
org.hsqldb.rowio.RowOutputBinary rowOut
rowIn
org.hsqldb.rowio.RowInputBinary rowIn
iQueries
int iQueries
Class org.hsqldb.util.ConnectionSetting extends Object implements Serializable |
name
String name
driver
String driver
url
String url
user
String user
pw
String pw
Class org.hsqldb.util.DatabaseManager extends Applet implements Serializable |
cConn
Connection cConn
dMeta
DatabaseMetaData dMeta
sStatement
Statement sStatement
mRecent
Menu mRecent
sRecent
String[] sRecent
iRecent
int iRecent
txtCommand
TextArea txtCommand
butExecute
Button butExecute
butClear
Button butClear
tTree
org.hsqldb.util.Tree tTree
pResult
Panel pResult
lTime
long lTime
iResult
int iResult
gResult
org.hsqldb.util.Grid gResult
txtResult
TextArea txtResult
bHelp
boolean bHelp
fMain
Frame fMain
imgEmpty
Image imgEmpty
ifHuge
String ifHuge
Class org.hsqldb.util.DatabaseManagerSwing extends JApplet implements Serializable |
isOracle
boolean isOracle
localActionList
ArrayList<E> localActionList
jframe
JFrame jframe
cConn
Connection cConn
rowConn
Connection rowConn
dMeta
DatabaseMetaData dMeta
sStatement
Statement sStatement
mRecent
JMenu mRecent
sRecent
String[] sRecent
iRecent
int iRecent
txtCommand
JTextArea txtCommand
txtCommandScroll
JScrollPane txtCommandScroll
butExecute
JButton butExecute
tTree
JTree tTree
tScrollPane
JScrollPane tScrollPane
treeModel
DefaultTreeModel treeModel
tableModel
TableModel tableModel
rootNode
DefaultMutableTreeNode rootNode
pResult
JPanel pResult
lTime
long lTime
gResult
org.hsqldb.util.GridSwing gResult
gResultTable
JTable gResultTable
- I think this is used to store model info whether we're using Grid
output or not (this object is queried for data to display for
text output mode).
If so, the presentation-independent model part should be moved
to an appropriately-named class instead of storing pure data in
a Swing-specific class.
gScrollPane
JScrollPane gScrollPane
txtResult
JTextArea txtResult
txtResultScroll
JScrollPane txtResultScroll
nsSplitPane
JSplitPane nsSplitPane
ewSplitPane
JSplitPane ewSplitPane
bHelp
boolean bHelp
fMain
RootPaneContainer fMain
sqlScriptBuffer
String sqlScriptBuffer
- Value of this variable only retained if huge input script read in.
jtoolbar
JToolBar jtoolbar
showSchemas
boolean showSchemas
showTooltips
boolean showTooltips
autoRefresh
boolean autoRefresh
gridFormat
boolean gridFormat
displayRowCounts
boolean displayRowCounts
showSys
boolean showSys
showIndexDetails
boolean showIndexDetails
currentLAF
String currentLAF
pStatus
JPanel pStatus
rbAllSchemas
JRadioButtonMenuItem rbAllSchemas
mitemAbout
JMenuItem mitemAbout
mitemHelp
JMenuItem mitemHelp
mitemUpdateSchemas
JMenuItem mitemUpdateSchemas
boxAutoCommit
JCheckBoxMenuItem boxAutoCommit
boxLogging
JCheckBoxMenuItem boxLogging
boxShowSchemas
JCheckBoxMenuItem boxShowSchemas
boxAutoRefresh
JCheckBoxMenuItem boxAutoRefresh
boxTooltips
JCheckBoxMenuItem boxTooltips
boxRowCounts
JCheckBoxMenuItem boxRowCounts
boxShowGrid
JCheckBoxMenuItem boxShowGrid
boxShowSys
JCheckBoxMenuItem boxShowSys
rbNativeLF
JRadioButtonMenuItem rbNativeLF
rbJavaLF
JRadioButtonMenuItem rbJavaLF
rbMotifLF
JRadioButtonMenuItem rbMotifLF
jStatusLine
JLabel jStatusLine
fMainCursor
Cursor fMainCursor
txtCommandCursor
Cursor txtCommandCursor
txtResultCursor
Cursor txtResultCursor
tipMap
HashMap<K,V> tipMap
mnuSchemas
JMenu mnuSchemas
waitCursor
Cursor waitCursor
- Wait Cursor
schemaFilter
String schemaFilter
prefs
org.hsqldb.util.DatabaseManagerSwing.DBMPrefs prefs
dummyThread
Thread dummyThread
busyText
String busyText
enableButtonRunnable
Runnable enableButtonRunnable
disableButtonRunnable
Runnable disableButtonRunnable
buttonUpdaterThread
Thread buttonUpdaterThread
buttonUpdater
Runnable buttonUpdater
jbuttonClear
JButton jbuttonClear
jbuttonExecute
JButton jbuttonExecute
treeRefreshRunnable
Runnable treeRefreshRunnable
alreadyHandled
MouseEvent alreadyHandled
schemaListListener
ActionListener schemaListListener
Class org.hsqldb.util.FontDialogSwing extends JDialog implements Serializable |
tableModel
TableModel tableModel
viewToModel
org.hsqldb.util.TableSorter.Row[] viewToModel
modelToView
int[] modelToView
tableHeader
JTableHeader tableHeader
mouseListener
MouseListener mouseListener
tableModelListener
TableModelListener tableModelListener
columnComparators
Map<K,V> columnComparators
sortingColumns
List<E> sortingColumns
Class org.hsqldb.util.Transfer extends Applet implements Serializable |
fMain
Frame fMain
imgEmpty
Image imgEmpty
sourceDb
org.hsqldb.util.DataAccessPoint sourceDb
targetDb
org.hsqldb.util.DataAccessPoint targetDb
tCurrent
org.hsqldb.util.TransferTable tCurrent
iMaxRows
int iMaxRows
iSelectionStep
int iSelectionStep
tTable
Vector<E> tTable
lTable
List lTable
sSourceSchemas
String[] sSourceSchemas
sSourceCatalog
String sSourceCatalog
sDestSchema
String sDestSchema
sDestCatalog
String sDestCatalog
tSourceTable
TextField tSourceTable
tDestTable
TextField tDestTable
tDestDropIndex
TextField tDestDropIndex
tDestCreateIndex
TextField tDestCreateIndex
tDestDrop
TextField tDestDrop
tDestCreate
TextField tDestCreate
tDestDelete
TextField tDestDelete
tDestAlter
TextField tDestAlter
tSourceSelect
TextField tSourceSelect
tDestInsert
TextField tDestInsert
cTransfer
Checkbox cTransfer
cDrop
Checkbox cDrop
cCreate
Checkbox cCreate
cDelete
Checkbox cDelete
cInsert
Checkbox cInsert
cAlter
Checkbox cAlter
cCreateIndex
Checkbox cCreateIndex
cDropIndex
Checkbox cDropIndex
cFKForced
Checkbox cFKForced
cIdxForced
Checkbox cIdxForced
bStart
Button bStart
bContinue
Button bContinue
tMessage
TextField tMessage
iTransferMode
int iTransferMode
CurrentTransfer
int CurrentTransfer
CurrentAlter
int CurrentAlter
Copyright © 2001 - 2010 HSQL Development Group.