Class SQLiteStatementInfo


  • public final class SQLiteStatementInfo
    extends Object
    Describes a SQLite statement.
    • Field Detail

      • numParameters

        public int numParameters
        The number of parameters that the statement has.
      • columnNames

        public String[] columnNames
        The names of all columns in the result set of the statement.
      • readOnly

        public boolean readOnly
        True if the statement is read-only.
    • Constructor Detail

      • SQLiteStatementInfo

        public SQLiteStatementInfo()