⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vststd.nas

📁 公务员管理系统,本系统的使用可以将工作的部分流程使用计算机的办公自动化处理
💻 NAS
字号:
// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: packimports(3) nocode 
// Source File Name:   vststd.java

package com.vstsoft.std;

import java.io.PrintStream;
import java.sql.*;
import java.util.*;
import javax.naming.Context;
import javax.naming.InitialContext;
import javax.servlet.http.HttpServletRequest;
import javax.sql.DataSource;
import sun.jdbc.rowset.CachedRowSet;

public class vststd
{


    public vststd(String jndi) {}

    public vststd() {}

    private Statement getStmt()
        throws Exception {}

    public int getResultByUpdate(String strSql)
        throws SQLException {}

    public CachedRowSet getResultBySelect(String strSql)
        throws SQLException {}

    public boolean setLog() {}

    public Vector Sort(ResultSet resultset) {}

    public Vector getVectorBySelect(String strSql)
        throws SQLException {}

    public int getRecNumBySelect(String strSql)
        throws SQLException {}

    public String getColValue(String strSql)
        throws SQLException {}

    public Vector getColValues(String strSql)
        throws SQLException {}

    public String popListWithSelect(String strSql, String defaultval) {}

    public String popRadioWithSelect(String strSql, String defaultval, String radioname, int column) {}

    public String popCheckboxWithCode(String strSql, String defaultval, String checkname, int column) {}

    public String fixString(String instring) {}

    public String fixEnter(String instring) {}

    public String showMsg(String inmsg) {}

    public String showMsgback(String inmsg, String pagenum) {}

    public String getStringByValues(HttpServletRequest request, String checkname) {}

    public Vector columnValues(String instring)
        throws SQLException {}

    public String getValue(HttpServletRequest request, String instring)
        throws Exception {}

    public boolean checkNumber(String argc) {}

    public boolean checkLength(String str, int length) {}

    public boolean checkMaxLength(String str, int length) {}

    public String printArray(String array, String sql)
        throws SQLException {}

    public String getDateStr(String strF) {}

    public boolean checkJE(String argc) {}

    Context ctx;
    DataSource ds;
    Connection con;
    Statement stmt;
    ResultSet rs;
    String jndiname;

}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -