Class SQLParser.CachedSQLQuery

java.lang.Object
net.sourceforge.jtds.jdbc.SQLParser.CachedSQLQuery
Enclosing class:
SQLParser

private static class SQLParser.CachedSQLQuery extends 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 Details

    • parsedSql

      final String[] parsedSql
    • paramNames

      final String[] paramNames
    • paramMarkerPos

      final int[] paramMarkerPos
    • paramIsRetVal

      final boolean[] paramIsRetVal
    • paramIsUnicode

      final boolean[] paramIsUnicode
  • Constructor Details