Package org.apache.derby.iapi.types

Examples of org.apache.derby.iapi.types.SQLTimestamp


        case SYSTRIGGERS_INDEX3_ID:
        /* 1nd column is TABLEID (char(32)) */
        row.setColumn(2, getDataValueFactory().getCharDataValue((String) null));

        /* 2nd column is COMPILATIONTIMESTAMP (timestamp) */
        row.setColumn(2, new SQLTimestamp());
        break;
    // end switch

    return  row;
  }
View Full Code Here

TOP

Related Classes of org.apache.derby.iapi.types.SQLTimestamp

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.