dods.servers.sql
Class sqlTest
java.lang.Object
dods.servers.sql.sqlTest
public class sqlTest
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DDSFile
public static String DDSFile
ConstraintExpression
public static String ConstraintExpression
sqlTest
public sqlTest()
print_SDDS
public static void print_SDDS(ServerDDS sdds,
boolean constrained)
parse_options
public static void parse_options(String[] args)
getDDS
public static sqlDDS getDDS()
throws FileNotFoundException,
DDSException,
ParseException
- Throws:
FileNotFoundException
DDSException
ParseException
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
testNameBuilder
public static void testNameBuilder(sqlDDS dds)
connect2DB
public static Statement connect2DB()
throws SQLException,
FileNotFoundException,
IOException
- Throws:
SQLException
FileNotFoundException
IOException
processResult
public static void processResult(ResultSet result)
throws SQLException,
IOException
- Throws:
SQLException
IOException
printColumnNames
public static void printColumnNames(ResultSetMetaData m)
throws SQLException
- Read the meta data stream and build up column names with type information
- Throws:
SQLException