Class AccessDictionary

    • Constructor Detail

      • AccessDictionary

        public AccessDictionary()
    • Method Detail

      • setLong

        public void setLong​(java.sql.PreparedStatement stmnt,
                            int idx,
                            long val,
                            Column col)
                     throws java.sql.SQLException
        Description copied from class: DBDictionary
        Set the given value as a parameter to the statement.
        Overrides:
        setLong in class DBDictionary
        Throws:
        java.sql.SQLException