Index of all Fields and Methods
All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- _FetchField().
Method in class msql.MsqlResult
- Fetch the field from the table
- _ListFields(String).
Method in class msql.Msql
- List Fields in a given table.
- CHAR.
Static variable in class msql.Msql
-
- Close().
Method in class msql.Msql
- Close - close the connection to the server.
- Connect(String).
Method in class msql.Msql
- Connect - establishes connection to named host
- Connect(String, int).
Method in class msql.Msql
- Connect - connect using a specified port
- Connect(String, String).
Method in class msql.Msql
- Connect - establishes connection to named host
- Connect(String, String, int).
Method in class msql.Msql
- Connect - connect using a specified port
- CreateDB(String).
Method in class msql.Msql
- Create a new database.
- DataSeek(int).
Method in class msql.MsqlResult
- Data Seek
- DropDB(String).
Method in class msql.Msql
- Drop a database.
- FetchField().
Method in class msql.MsqlResult
- Fetch the next field from the list of fields
- FetchRow().
Method in class msql.MsqlResult
- Fetch the next row from the table
- fieldKey.
Variable in class msql.MsqlFieldDesc
-
- fieldLength.
Variable in class msql.MsqlFieldDesc
-
- FieldLength().
Method in class msql.MsqlFieldDesc
- Return the length of this field.
- fieldName.
Variable in class msql.MsqlFieldDesc
-
- FieldName().
Method in class msql.MsqlFieldDesc
- Return the name of this field.
- fieldNonNull.
Variable in class msql.MsqlFieldDesc
-
- FieldSeek(int).
Method in class msql.MsqlResult
- Field Seek
- fieldType.
Variable in class msql.MsqlFieldDesc
-
- FieldType().
Method in class msql.MsqlFieldDesc
- Return the type of this field.
- getRow(int).
Method in class msql.MsqlResult
- Fetch the nth row from the table
- INT.
Static variable in class msql.Msql
-
- IsKey().
Method in class msql.MsqlFieldDesc
- Return the Key flag for this field.
- ListDBs().
Method in class msql.Msql
- List Databases available on server.
- ListFields().
Method in class msql.MsqlResult
- Return reference to array of field descriptions.
- ListFields(String).
Method in class msql.Msql
- List Fields in a given table.
- ListTables().
Method in class msql.Msql
- List tables in the selected database.
- Msql().
Constructor for class msql.Msql
- Constructor
- Msql(String).
Constructor for class msql.Msql
- Msql Constructor - establishes connection to named host
- MsqlException().
Constructor for class msql.MsqlException
- Constructs a new MsqlException with no detail message.
- MsqlException(String).
Constructor for class msql.MsqlException
- Constructs a new MsqlException with the specified detail
message.
- MsqlFieldDesc(String[]).
Constructor for class msql.MsqlFieldDesc
- MsqlFieldDesc - Constructs a Field Desc from an array of strings.
- MsqlResult(MsqlData, MsqlData).
Constructor for class msql.MsqlResult
- Constructor - Accepts row and field info as arguments
- NonNull().
Method in class msql.MsqlFieldDesc
- Return the NonNull flag for ths field.
- NumFields().
Method in class msql.MsqlResult
-
Return number of fields in table
- NumRows().
Method in class msql.MsqlResult
- Return number of rows in table
- Query(String).
Method in class msql.Msql
- Send an SQL Query to the server.
- REAL.
Static variable in class msql.Msql
-
- ReloadACL(String).
Method in class msql.Msql
- Reload access control list.
- SelectDB(String).
Method in class msql.Msql
- SelectDB - Select the database to work with
- Shutdown().
Method in class msql.Msql
- Shutdown server.
- tableName.
Variable in class msql.MsqlFieldDesc
-
- TableName().
Method in class msql.MsqlFieldDesc
- Return name of base table containing this field.
- toString().
Method in class msql.MsqlFieldDesc
- MsqlFieldDesc - Constructs a Field Desc from an array of strings.