| |
|
| java.lang.Object com.sqlmagic.tinysql.tinySQLTable com.sqlmagic.tinysql.textFileTable
textFileTable | public class textFileTable extends tinySQLTable (Code) | | author: Thomas Morgner Changed column types to java.sql.types. |
COLUMN_POS | int COLUMN_POS(Code) | | |
COLUMN_SIZE | int COLUMN_SIZE(Code) | | |
COLUMN_TYPE | int COLUMN_TYPE(Code) | | |
record_length | long record_length(Code) | | |
record_number | long record_number(Code) | | |
textFileTable | textFileTable(String dDir, String table_name) throws tinySQLException(Code) | | Constructs a textFileTable. This is only called by getTable()
in textFile.java.
Parameters: dDir - data directory Parameters: table_name - the name of the table |
ColType | public int ColType(String column)(Code) | | Returns the datatype of a column.
Parameters: column - name of the column. See Also: tinySQLTable.ColType author: Thomas Morgner author: Q&D Hack, Just assume everybody uses java.sql.Types-IntegerConstants author: as Type Declaration. Perhaps there could be an translation function, author: which converts Strings to Integer-Types. |
GetRowCount | public int GetRowCount()(Code) | | |
close | public void close() throws tinySQLException(Code) | | close method. Try not to call this until you are sure
the object is about to go out of scope.
|
getRecordLength | public int getRecordLength()(Code) | | Length in bytes of one rowor 0 if not known |
|
|
|