代码搜索:TinySQL

找到约 49 项符合「TinySQL」的源代码

代码结果 49
www.eeworm.com/read/197462/5095296

java utils.java

/* * Utils.java * tinySQL, some helper methods * * $Author: davis $ * $Date: 2004/12/18 21:27:20 $ * $Revision: 1.1 $ */ package com.sqlmagic.tinysql; import java.util.*; import jav
www.eeworm.com/read/197462/5095298

java dbffiledatabasemetadata.java

/* * dbfFileDatabaseMetaData.java */ package com.sqlmagic.tinysql; /** * Comprehensive information about the database as a whole. * * Many of the methods here return lists of informati
www.eeworm.com/read/197462/5095287

java tinysqlexception.java

/* * * tinySQLException.java * An Exception that is thrown when a problem has occurred in tinySQL * * Copyright 1996, Brian C. Jepson * (bjepson@ids.net) * $Author: davis
www.eeworm.com/read/197462/5095297

java dbffile.java

/* * * dbfFile - an extension of tinySQL for dbf file access * * Copyright 1996 John Wiley & Sons, Inc. * See the COPYING file for redistribution details. * * $Author: davis $ * $Date:
www.eeworm.com/read/197462/5095280

java tinysqlstatement.java

/* * tinySQLStatement * * Statement object for the tinySQL driver * * A lot of this code is based on or directly taken from * George Reese's (borg@imaginary.com) mSQL driver. * * So, i
www.eeworm.com/read/197462/5095281

java tinysqlresultsetmetadata.java

/* * tinySQLResultSetMetaData * * This is the tinySQL Result Set Meta Data class. * * A lot of this code is based on or directly taken from * George Reese's (borg@imaginary.com) mSQL drive
www.eeworm.com/read/125608/6027535

java tinysqlresultset.java

/* * * The tinySQLResultSet class for the tinySQL JDBC Driver * * A lot of this code is based on or directly taken from * George Reese's (borg@imaginary.com) mSQL driver. * * So, it's probably
www.eeworm.com/read/125608/6027550

java tinysqltable.java

/* * * tinySQLTable - abstract class for physical table access under tinySQL * * Copyright 1996, Brian C. Jepson * (bjepson@ids.net) * * This program is free software; you can r
www.eeworm.com/read/197462/5095273

java dbffileconnection.java

/* * * Connection class for the dbfFile/tinySQL * JDBC driver * * A lot of this code is based on or directly taken from * George Reese's (borg@imaginary.com) mSQL driver. * * So, it's
www.eeworm.com/read/197462/5095279

java tinysqlresultset.java

/* * The tinySQLResultSet class for the tinySQL JDBC Driver * * A lot of this code is based on or directly taken from * George Reese's (borg@imaginary.com) mSQL driver. * * So, it's probab