Files
kotlin-fork/jdk-annotations/javax/sql/rowset/annotations.xml
T
2013-02-07 17:20:57 +04:00

38 lines
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<root>
<item name="javax.sql.rowset.BaseRowSet java.lang.Object[] getParams()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.sql.rowset.BaseRowSet void setBigDecimal(int, java.math.BigDecimal) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.sql.rowset.BaseRowSet void setBytes(int, byte[]) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.sql.rowset.BaseRowSet void setDate(int, java.sql.Date) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.sql.rowset.BaseRowSet void setObject(int, java.lang.Object) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.sql.rowset.BaseRowSet void setString(int, java.lang.String) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.sql.rowset.BaseRowSet void setTime(int, java.sql.Time) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.sql.rowset.BaseRowSet void setTimestamp(int, java.sql.Timestamp) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.sql.rowset.RowSetMetaDataImpl T unwrap(java.lang.Class&lt;T&gt;) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.sql.rowset.RowSetMetaDataImpl boolean isWrapperFor(java.lang.Class&lt;?&gt;) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.sql.rowset.RowSetMetaDataImpl java.lang.String getColumnClassName(int)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
</root>