Interface ParameterMetaData


  • public interface ParameterMetaData
    Since:
    1.4
    • Method Detail

      • getParameterCount

        int getParameterCount()
                       throws java.sql.SQLException
        Throws:
        java.sql.SQLException
        Since:
        1.4
      • isNullable

        int isNullable​(int param)
                throws java.sql.SQLException
        Throws:
        java.sql.SQLException
        Since:
        1.4
      • isSigned

        boolean isSigned​(int param)
                  throws java.sql.SQLException
        Throws:
        java.sql.SQLException
        Since:
        1.4
      • getPrecision

        int getPrecision​(int param)
                  throws java.sql.SQLException
        Throws:
        java.sql.SQLException
        Since:
        1.4
      • getScale

        int getScale​(int param)
              throws java.sql.SQLException
        Throws:
        java.sql.SQLException
        Since:
        1.4
      • getParameterType

        int getParameterType​(int param)
                      throws java.sql.SQLException
        Throws:
        java.sql.SQLException
        Since:
        1.4
      • getParameterTypeName

        java.lang.String getParameterTypeName​(int param)
                                       throws java.sql.SQLException
        Throws:
        java.sql.SQLException
        Since:
        1.4
      • getParameterClassName

        java.lang.String getParameterClassName​(int param)
                                        throws java.sql.SQLException
        Throws:
        java.sql.SQLException
        Since:
        1.4
      • getParameterMode

        int getParameterMode​(int param)
                      throws java.sql.SQLException
        Throws:
        java.sql.SQLException
        Since:
        1.4