Package net.sourceforge.jtds.jdbc
Class SQLParser.CachedSQLQuery
- java.lang.Object
-
- net.sourceforge.jtds.jdbc.SQLParser.CachedSQLQuery
-
- Enclosing class:
- SQLParser
private static class SQLParser.CachedSQLQuery extends java.lang.Object
Serialized version of a parsed SQL query (the value stored in the cache for a parsed SQL). Holds the parsed SQL query and the names, positions and return value and unicode flags for the parameters.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) boolean[]
paramIsRetVal
(package private) boolean[]
paramIsUnicode
(package private) int[]
paramMarkerPos
(package private) java.lang.String[]
paramNames
(package private) java.lang.String[]
parsedSql
-
Constructor Summary
Constructors Constructor Description CachedSQLQuery(java.lang.String[] parsedSql, java.util.ArrayList params)
-