Package mondrian.test

Class DialectTest.MockResultSetMetadata

    • Constructor Detail

      • MockResultSetMetadata

        public MockResultSetMetadata()
    • Method Detail

      • build

        public java.sql.ResultSetMetaData build()
      • getPrecision

        public int getPrecision​(int column)
                         throws java.sql.SQLException
        Proxy for ResultSetMetaData.getPrecision(int).
        Throws:
        java.sql.SQLException
      • getColumnName

        public java.lang.String getColumnName​(int column)
                                       throws java.sql.SQLException
        Proxy for ResultSetMetaData.getPrecision(int).
        Throws:
        java.sql.SQLException
      • getColumnType

        public int getColumnType​(int column)
                          throws java.sql.SQLException
        Proxy for ResultSetMetaData.getPrecision(int).
        Throws:
        java.sql.SQLException
      • getScale

        public int getScale​(int column)
                     throws java.sql.SQLException
        Proxy for ResultSetMetaData.getPrecision(int).
        Throws:
        java.sql.SQLException