|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
jcs.util
contains various convenience
classes for executing SQL,
transfering data to and from client files,
and working with Java Strings in SQL.
See:
Description
Class Summary | |
ExecSql | A class with miscellaneous static methods to execute SQL statements and scripts. |
FileUtil | A class with miscellaneous methods for a client environment: main: a client-side command-line interpreter to invoke the other methods putString: copies a file to a Java String in the SQL server getString: copies a string from the SQL server to a file putStream: streams a file to a Java String or TEXT column in the SQL server getStream: streams a string or TEXT column from the SQL server to a file file2String: copies a client file to a String variable string2File: copies a String variable to a client file These are convenience methods that illustrate file I/O techniques. |
StringUtil | A class with miscellaneous methods: doCommandArgs: Validates an array of command-line arguments and tags, and merges the arguments into an array of defaults. |
The package jcs.util
contains various convenience
classes for executing SQL,
transfering data to and from client files,
and working with Java Strings in SQL.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |