代码搜索:TinySQL

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

代码结果 49
www.eeworm.com/read/125608/6027544

java tinysql.java

/* * * tinySQL.java * * Copyright 1996, Brian C. Jepson * (bjepson@ids.net) * * This program is free software; you can redistribute it and/or modify * it under the terms of th
www.eeworm.com/read/125608/6027545

cup tinysql.cup

// JavaCup specification for SQL Grammar import java_cup.runtime.*; import java.util.*; import java.lang.*; import java.io.*; action code {: Vector actions = new Vector(); Hashtable Sta
www.eeworm.com/read/197462/5095271

java tinysql.java

/* * tinySQL.java * * A trivial implementation of SQL in an abstract class. * Plug it in to your favorite non-SQL data source, and * QUERY AWAY! * * Copyright 1996, Brian C. Jepson *
www.eeworm.com/read/154452/5637324

java tinysql.java

/* * * tinySQL.java * * Copyright 1996, Brian C. Jepson * (bjepson@ids.net) * * This program is free software; you can redistribute it and/or modify * it under the terms of th
www.eeworm.com/read/154452/5637325

cup tinysql.cup

// JavaCup specification for SQL Grammar import java_cup.runtime.*; import java.util.*; import java.lang.*; import java.io.*; action code {: Vector actions = new Vector(); Hashtable Sta
www.eeworm.com/read/125608/6027529

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/154452/5637309

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/125608/6027537

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/125608/6027539

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/125608/6027541

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