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
- _ListDBs().
Method in class msql.Msql
- List Databases available on server.
- _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.
- ASCIIInputStream(InputStream).
Constructor for class sdsu.io.ASCIIInputStream
- Creates a new ASCIIInputStream.
- atof(String).
Static method in class sdsu.io.Format
-
Converts a string of digits to an double
- atoi(String).
Static method in class sdsu.io.Format
-
Converts a string of digits (decimal, octal or hex) to an integer
- atol(String).
Static method in class sdsu.io.Format
-
Converts a string of digits (decimal, octal or hex) to a long integer
- bad().
Method in class sdsu.io.ASCIIInputStream
- Determines if a previous ASCII I/O operation caused an error.
- bad().
Static method in class sdsu.io.Console
- Determines if a previous ASCII I/O operation caused an error.
- CGI().
Constructor for class sdsu.CGI
- This constructor will parse the CGI protocol information.
- checkError().
Static method in class sdsu.io.Console
- Flushes the print stream and returns whether or not there was
an error on the output stream.
- 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, boolean).
Method in class msql.Msql
- Connect - connect using a specified port (root=1112 or mortal=4333).
- Console().
Constructor for class sdsu.io.Console
-
- CreateDB(String).
Method in class msql.Msql
- Create a new database.
- DataSeek(int).
Method in class msql.MsqlResult
- Data Seek
- decodeURL(String).
Method in class sdsu.CGI
- Convert an URL-escaped string to a non-escaped string.
- displayError(String).
Method in class sdsu.CGI
- Simple routine which can be used to display an error message.
- DropDB(String).
Method in class msql.Msql
- Drop a database.
- eof().
Method in class sdsu.io.ASCIIInputStream
- Determines if a previous ASCII I/O operation caught End Of File.
- eof().
Static method in class sdsu.io.Console
- Determines if a previous ASCII I/O operation caught End Of File.
- 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
- FieldLength().
Method in class msql.MsqlFieldDesc
- Return the length of this field.
- FieldName().
Method in class msql.MsqlFieldDesc
- Return the name of this field.
- FieldSeek(int).
Method in class msql.MsqlResult
- Field Seek
- FieldType().
Method in class msql.MsqlFieldDesc
- Return the type of this field.
- flush().
Static method in class sdsu.io.Console
- Forces the contents of the ouput buffer to be displayed on standard out.
- flushLine().
Method in class sdsu.io.ASCIIInputStream
- Causes the next I/O operation to start at the beginning of the next
input line.
- flushLine().
Static method in class sdsu.io.Console
- Causes the next I/O operation to start at the beginning of the next
input line.
- form(char).
Method in class sdsu.io.Format
-
Formats a character into a string (like sprintf in C)
- form(double).
Method in class sdsu.io.Format
-
Formats a double into a string (like sprintf in C)
- form(long).
Method in class sdsu.io.Format
-
Formats a long integer into a string (like sprintf in C)
- form(String).
Method in class sdsu.io.Format
-
Formats a string into a larger string (like sprintf in C)
- Format(String).
Constructor for class sdsu.io.Format
-
Formats the number following printf conventions.
- format(String, char).
Static method in class sdsu.FormatString
- Produce a formatted character depending on the format pattern.
- format(String, double).
Static method in class sdsu.FormatString
- Produce a formatted floating point number depending on the format pattern.
- format(String, long).
Static method in class sdsu.FormatString
- Produce a formatted integer depending on the format pattern.
- format(String, long, long).
Static method in class sdsu.FormatString
- Produce a string depending on the format pattern.
- format(String, long, long, long).
Static method in class sdsu.FormatString
- Produce a string depending on the format pattern.
- format(String, long, String).
Static method in class sdsu.FormatString
- Produce a string depending on the format pattern.
- format(String, String).
Static method in class sdsu.FormatString
- Produce a formatted string depending on the format pattern.
- format(String, String, long).
Static method in class sdsu.FormatString
- Produce a string depending on the format pattern.
- format(String, String, String).
Static method in class sdsu.FormatString
- Produce a string depending on the format pattern.
- get(String).
Method in class sdsu.CGI
- Request a specific value.
- in.
Static variable in class sdsu.SDSU
- ASCII interpreted standard input stream.
- 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.
- main(String[]).
Static method in class sdsu.io.Console
- Example uses of this class
- main(String[]).
Static method in class sdsu.io.Format
- a test stub for the format class
- 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
- names().
Method in class sdsu.CGI
- Enumerate all the names of the CGI form values.
- 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
- print(boolean).
Static method in class sdsu.io.Console
- Prints a boolean and insures that the
contents of output buffer is printed on standard out.
- print(char).
Static method in class sdsu.io.Console
- Prints a char and insures that the
contents of output buffer is printed on standard out.
- print(char[]).
Static method in class sdsu.io.Console
- Prints an array of characters and insures that the
contents of output buffer is printed on standard out.
- print(double).
Static method in class sdsu.io.Console
- Prints a double and insures that the
contents of output buffer is printed on standard out.
- print(float).
Static method in class sdsu.io.Console
- Prints a float and insures that the
contents of output buffer is printed on standard out.
- print(int).
Static method in class sdsu.io.Console
- Prints a integer and insures that the
contents of output buffer is printed on standard out.
- print(long).
Static method in class sdsu.io.Console
- Prints a long integer and insures that the
contents of output buffer is printed on standard out.
- print(Object).
Static method in class sdsu.io.Console
- Prints an object and insures that the
contents of output buffer is printed on standard out.
- print(PrintStream, String, char).
Static method in class sdsu.io.Format
-
prints a formatted number following printf conventions
- print(PrintStream, String, double).
Static method in class sdsu.io.Format
-
prints a formatted number following printf conventions
- print(PrintStream, String, long).
Static method in class sdsu.io.Format
-
prints a formatted number following printf conventions
- print(PrintStream, String, String).
Static method in class sdsu.io.Format
-
prints a formatted number following printf conventions
- print(String).
Static method in class sdsu.io.Console
- Prints a string and insures that the
contents of output buffer is printed on standard out.
- print(String, char).
Static method in class sdsu.io.Console
-
prints a character following printf conventions
- print(String, double).
Static method in class sdsu.io.Console
-
prints a formatted double (and float) following printf conventions
- print(String, long).
Static method in class sdsu.io.Console
-
prints a formatted long integer (and integer) following printf conventions
- print(String, String).
Static method in class sdsu.io.Console
-
prints a formatted string following printf conventions
- println().
Static method in class sdsu.io.Console
- Prints a newline then insures that the
contents of output buffer is printed on standard out.
- println(boolean).
Static method in class sdsu.io.Console
- Prints a boolean followed by a newline then insures that the
contents of output buffer is printed on standard out.
- println(char).
Static method in class sdsu.io.Console
- Prints a character followed by a newline then insures that the
contents of output buffer is printed on standard out.
- println(double).
Static method in class sdsu.io.Console
- Prints a double followed by a newline then insures that the
contents of output buffer is printed on standard out.
- println(float).
Static method in class sdsu.io.Console
- Prints a float followed by a newline then insures that the
contents of output buffer is printed on standard out.
- println(int).
Static method in class sdsu.io.Console
- Prints a integer followed by a newline then insures that the
contents of output buffer is printed on standard out.
- println(long).
Static method in class sdsu.io.Console
- Prints a long integer followed by a newline then insures that the
contents of output buffer is printed on standard out.
- println(Object).
Static method in class sdsu.io.Console
- Prints a object followed by a newline then insures that the
contents of output buffer is printed on standard out.
- println(String).
Static method in class sdsu.io.Console
- Prints a string followed by a newline then insures that the
contents of output buffer is printed on standard out.
- printPrompt(String).
Static method in class sdsu.io.Console
- Displays standard out a string prompt followed by a space
- Query(String).
Method in class msql.Msql
- Send an SQL Query to the server.
- read(byte[]).
Method in class sdsu.io.ASCIIInputStream
- Reads data into an array of bytes.
- read(byte[], int, int).
Method in class sdsu.io.ASCIIInputStream
- Reads data into an array of bytes.
- readBoolean().
Method in class sdsu.io.ASCIIInputStream
- Reads an ASCII boolean value.
- readBoolean().
Static method in class sdsu.io.Console
- Reads an ASCII boolean value.
- readBoolean(String).
Static method in class sdsu.io.Console
- Reads an ASCII boolean value, after displaying given prompt.
- readByte().
Method in class sdsu.io.ASCIIInputStream
- Reads a single byte.
- readChar().
Method in class sdsu.io.ASCIIInputStream
- Read an ASCII character and convert it into the internal char
format.
- readChar().
Static method in class sdsu.io.Console
- Read an ASCII character and convert it into the internal char
format.
- readChar(String).
Static method in class sdsu.io.Console
- Read an ASCII character and convert it into the internal char
format, after displaying the given prompt.
- readDouble().
Method in class sdsu.io.ASCIIInputStream
- Reads an ASCII decimal floating point number.
- readDouble().
Static method in class sdsu.io.Console
- Reads an ASCII decimal floating point number.
- readDouble(String).
Static method in class sdsu.io.Console
- Reads an ASCII decimal floating point number, after displaying given prompt.
- readFloat().
Method in class sdsu.io.ASCIIInputStream
- Reads an ASCII decimal floating point number.
- readFloat().
Static method in class sdsu.io.Console
- Reads an ASCII decimal floating point number.
- readFloat(String).
Static method in class sdsu.io.Console
- Reads an ASCII decimal floating point number, after displaying given prompt.
- readFully(byte[]).
Method in class sdsu.io.ASCIIInputStream
- Reads bytes, blocking until all bytes are read.
- readFully(byte[], int, int).
Method in class sdsu.io.ASCIIInputStream
- Reads bytes, blocking until all bytes are read.
- readInt().
Method in class sdsu.io.ASCIIInputStream
- Reads an ASCII decimal integer.
- readInt().
Static method in class sdsu.io.Console
- Reads an ASCII decimal integer.
- readInt(String).
Static method in class sdsu.io.Console
- Reads an ASCII decimal integer, after displaying given prompt.
- readLine().
Method in class sdsu.io.ASCIIInputStream
- Reads in a line that has been terminated by a \n, \r,
\r\n or EOF.
- readLine().
Static method in class sdsu.io.Console
- Reads in a line that has been terminated by a \n, \r,
\r\n or EOF.
- readLine(String).
Static method in class sdsu.io.Console
- Reads in a line that has been terminated by a \n, \r,
\r\n or EOF, after displaying the given prompt.
- readLong().
Method in class sdsu.io.ASCIIInputStream
- Reads an ASCII decimal long.
- readLong().
Static method in class sdsu.io.Console
- Reads an ASCII decimal long.
- readLong(String).
Static method in class sdsu.io.Console
- Reads an ASCII decimal long, after displaying the given prompt.
- readShort().
Method in class sdsu.io.ASCIIInputStream
- Reads an ASCII decimal short.
- readShort().
Static method in class sdsu.io.Console
- Reads an ASCII decimal short.
- readShort(String).
Static method in class sdsu.io.Console
- Reads an ASCII decimal short, after displaying given prompt.
- readUnsignedByte().
Method in class sdsu.io.ASCIIInputStream
- Reads a single unsigned byte.
- readUnsignedShort().
Method in class sdsu.io.ASCIIInputStream
- Reads an ASCII decimal unsigned short.
- readUTF().
Method in class sdsu.io.ASCIIInputStream
- Does nothing.
- readWord().
Method in class sdsu.io.ASCIIInputStream
- Reads a word.
- readWord().
Static method in class sdsu.io.Console
- Reads a word.
- readWord(String).
Static method in class sdsu.io.Console
- Reads a word, after displaying given prompt.
- 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.
- skipBytes(int).
Method in class sdsu.io.ASCIIInputStream
- Skips bytes, block until all bytes are skipped.
- 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.