|
SPT RWT Application API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sptci.rwt.MetaData
com.sptci.rwt.LimitsMetaData
public class LimitsMetaData
A value object that represents metadata about limits enforced by the database. All limits are expressed in terms of the maximum values allowed.
© Copyright 2007 Sans Pareil Technologies, Inc.
DatabaseMetaData,
Serialized Form| Field Summary | |
|---|---|
private int |
characterLength
The maximum number of characters this database allows for a character literal. |
private int |
columnNameLength
The maximum number of characters this database allows for a column name. |
private int |
columnsInGroupBy
The maximum number of columns this database allows in a GROUP
BY clause. |
private int |
columnsInIndex
The maximum number of columns this database allows in an index. |
private int |
columnsInOrderBy
The maximum number of columns this database allows in an ORDER
BY clause. |
private int |
columnsInSelect
The maximum number of columns this database allows in a SELECT
list. |
private int |
columnsInTable
The maximum number of columns this database allows in a table. |
private int |
connections
The maximum number of concurrent connections to this database that are possible. |
private int |
cursorNameLength
The maximum number of characters that this database allows in a cursor name. |
private int |
indexLength
The maximum number of bytes this database allows for an index, including all of the parts of the index. |
private int |
procedureNameLength
The maximum number of characters that this database allows in a procedure name. |
private int |
rowSize
The maximum number of bytes this database allows in a single row. |
private int |
schemaNameLength
The maximum number of characters that this database allows in a schema name. |
private int |
statementLength
The maximum number of characters this database allows in an SQL
statement. |
private int |
statements
The maximum number of active statements to this database that can be open at the same time. |
private int |
tableNameLength
The maximum number of characters this database allows in a table name. |
private int |
tablesInSelect
The maximum number of tables this database allows in a SELECT
statement. |
private int |
userNameLength
The maximum number of characters this database allows in a user name. |
| Constructor Summary | |
|---|---|
LimitsMetaData()
|
|
| Methods inherited from class com.sptci.rwt.MetaData |
|---|
equals, getName, hashCode, setName, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private int characterLength
private int columnNameLength
private int columnsInGroupBy
GROUP
BY clause.
private int columnsInIndex
private int columnsInOrderBy
ORDER
BY clause.
private int columnsInSelect
SELECT
list.
private int columnsInTable
private int connections
private int cursorNameLength
cursor name.
private int indexLength
private int procedureNameLength
private int rowSize
private int schemaNameLength
private int statementLength
SQL
statement.
private int statements
private int tableNameLength
private int tablesInSelect
SELECT
statement.
private int userNameLength
| Constructor Detail |
|---|
public LimitsMetaData()
| Method Detail |
|---|
public int getCharacterLength()
characterLength.
protected void setCharacterLength(int characterLength)
characterLength.
characterLength - The value to set.public int getColumnNameLength()
columnNameLength.
protected void setColumnNameLength(int columnNameLength)
columnNameLength.
columnNameLength - The value to set.public int getColumnsInGroupBy()
columnsInGroupBy.
protected void setColumnsInGroupBy(int columnsInGroupBy)
columnsInGroupBy.
columnsInGroupBy - The value to set.public int getColumnsInIndex()
columnsInIndex.
protected void setColumnsInIndex(int columnsInIndex)
columnsInIndex.
columnsInIndex - The value to set.public int getColumnsInOrderBy()
columnsInOrderBy.
protected void setColumnsInOrderBy(int columnsInOrderBy)
columnsInOrderBy.
columnsInOrderBy - The value to set.public int getColumnsInSelect()
columnsInSelect.
protected void setColumnsInSelect(int columnsInSelect)
columnsInSelect.
columnsInSelect - The value to set.public int getColumnsInTable()
columnsInTable.
protected void setColumnsInTable(int columnsInTable)
columnsInTable.
columnsInTable - The value to set.public int getConnections()
connections.
protected void setConnections(int connections)
connections.
connections - The value to set.public int getCursorNameLength()
cursorNameLength.
protected void setCursorNameLength(int cursorNameLength)
cursorNameLength.
cursorNameLength - The value to set.public int getIndexLength()
indexLength.
protected void setIndexLength(int indexLength)
indexLength.
indexLength - The value to set.public int getProcedureNameLength()
procedureNameLength.
protected void setProcedureNameLength(int procedureNameLength)
procedureNameLength.
procedureNameLength - The value to set.public int getRowSize()
rowSize.
protected void setRowSize(int rowSize)
rowSize.
rowSize - The value to set.public int getSchemaNameLength()
schemaNameLength.
protected void setSchemaNameLength(int schemaNameLength)
schemaNameLength.
schemaNameLength - The value to set.public int getStatementLength()
statementLength.
protected void setStatementLength(int statementLength)
statementLength.
statementLength - The value to set.public int getStatements()
statements.
protected void setStatements(int statements)
statements.
statements - The value to set.public int getTableNameLength()
tableNameLength.
protected void setTableNameLength(int tableNameLength)
tableNameLength.
tableNameLength - The value to set.public int getTablesInSelect()
tablesInSelect.
protected void setTablesInSelect(int tablesInSelect)
tablesInSelect.
tablesInSelect - The value to set.public int getUserNameLength()
userNameLength.
protected void setUserNameLength(int userNameLength)
userNameLength.
userNameLength - The value to set.
|
SPT RWT Application API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||