Package nxt.db

Class DbClause

    • Field Detail

      • EMPTY_CLAUSE

        public static final DbClause EMPTY_CLAUSE
    • Constructor Detail

      • DbClause

        protected DbClause​(java.lang.String clause)
    • Method Detail

      • set

        protected abstract int set​(java.sql.PreparedStatement pstmt,
                                   int index)
                            throws java.sql.SQLException
        Throws:
        java.sql.SQLException