Class V11Statement

    • Constructor Detail

      • V11Statement

        public V11Statement​(FbWireDatabase database)
        Creates a new instance of V11Statement for the specified database.
        Parameters:
        database - FbWireDatabase implementation
    • Method Detail

      • prepare

        public void prepare​(java.lang.String statementText)
                     throws java.sql.SQLException
        Description copied from interface: FbStatement
        Prepare the statement text.

        If this handle is in state StatementState.NEW then it will first allocate the statement.

        Specified by:
        prepare in interface FbStatement
        Overrides:
        prepare in class V10Statement
        Parameters:
        statementText - Statement text
        Throws:
        java.sql.SQLException - If a database access error occurs, or this statement is currently executing a query.