代码搜索:TinySQL

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

代码结果 49
www.eeworm.com/read/154452/5637317

java tinysqlresultsetmetadata.java

/** * 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 driver. * * So, it's probably safe to s
www.eeworm.com/read/154452/5637319

java tinysqlconnection.java

/* * * tinySQLConnection - a Connection object for the tinySQL JDBC Driver. * * Note that since the tinySQL class is abstract, this class needs to * be abstract, as well. It's only in such manif
www.eeworm.com/read/154452/5637321

java textfileconnection.java

/* * * Connection class for the textFile/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/125608/6027542

makefile

JAVAC = javac JAVA = java all : parser scanner tinySQL parser.java : jsql.cup ${JAVA} java_cup.Main < jsql.cup parser.class : parser.java ${JAVAC} parser.java sym.class : sym.java
www.eeworm.com/read/154452/5637322

makefile

JAVAC = javac JAVA = java all : parser scanner tinySQL parser.java : jsql.cup ${JAVA} java_cup.Main < jsql.cup parser.class : parser.java ${JAVAC} parser.java sym.class : sym.java
www.eeworm.com/read/125608/6027547

java textfile.java

/* * * textFile - an extension of tinySQL for text file access * * Copyright 1996, Brian C. Jepson * (bjepson@ids.net) * * This program is free software; you can redistribute it
www.eeworm.com/read/154452/5637327

java textfile.java

/* * * textFile - an extension of tinySQL for text file access * * Copyright 1996, Brian C. Jepson * (bjepson@ids.net) * * This program is free software; you can redistribute it
www.eeworm.com/read/125608/6027532

java dbffile.java

/* * * dbfFile - an extension of tinySQL for dbf file access * * Copyright 1996 John Wiley & Sons, Inc. All Rights Reserved. Reproduction * or translation of this work beyond that permitted in Se
www.eeworm.com/read/154452/5637312

java dbffile.java

/* * * dbfFile - an extension of tinySQL for dbf file access * * Copyright 1996 John Wiley & Sons, Inc. All Rights Reserved. Reproduction * or translation of this work beyond that permitted in Se
www.eeworm.com/read/197462/5095294

java tinysqlconnection.java

/* * tinySQLConnection - a Connection object for the tinySQL JDBC Driver. * * Note that since the tinySQL class is abstract, this class needs to * be abstract, as well. It's only in such mani